Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 40,850 for

workbook

(0.1 sec)
  1. Unprotecting Password Protected Worksheet in Jy...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... cells import Workbook from com . aspose . cells...Instantiating a Workbook object workbook = Workbook ( dataDir + "book1...

    docs.aspose.com/cells/java/unprotecting-passwor...
  2. Copy Shapes between Worksheets with C++|Documen...

    Learn how to copy shapes, charts, and other drawing objects between worksheets using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...worksheet Worksheet pictureSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/copy-shapes-between-w...
  3. 用Node.js通过C++管理范围|Documentation

    学习如何使用Aspose.Cells for Node.js via C++管理Excel中的范围。创建区域、设置值、样式并执行各种操作。...t Excel文件的类, WorkbookWorkbook 类包含一个 Workbook.getWorksheets()..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-ra...
  4. 新增工作表并激活工作表|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Workbooks . Open ( myPath , Missing...//Add 5 new worksheets to the workbook and fill some data //into...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  5. Disable Exporting Frame Scripts and Document Pr...

    Learn how to disable exporting frame scripts and document properties when converting a Workbook to HTML using Aspose.Cells for Node.js via C++....properties while converting a workbook into HTML. The 8.6.0 version...properties. Once you convert a workbook into HTML, the output file...

    docs.aspose.com/cells/nodejs-cpp/disable-export...
  6. 重新排序工作表|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Create a new Workbook. Workbook workbook = new Workbook (); WorksheetCollection...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet1...

    docs.aspose.com/cells/zh/net/reorder-worksheets/
  7. Fill Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the fill settings of cells, allowing users to customize the background and style of cells. This article will introduce how to use the Aspose.Cells library to set cell fill settings....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-fill-settings/
  8. Populate Data First by Row then by Column with ...

    Learn how to Populate Data First by Row then by Column through the Aspose.Cells for C++ API...." ); // Create a workbook Workbook workbook ; // Populate Data...Data into Cells Cells cells = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/populate-data-first-b...
  9. 重新整理工作簿中的工作表|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Create a new Workbook. Workbook workbook = new Workbook (); WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/java/re-order-sheets-w...
  10. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns by the Aspose.Cells for Node.js via C++ API....js via C++ provides a class Workbook , which represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/nodejs-cpp/inserting-and-...