Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 105,371 for

workbook

(0.2 sec)
  1. Combine Multiple Worksheets into a Single Works...

    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....example that reads a source workbook and combines the data from...worksheet in a destination workbook. The following code snippet...

    docs.aspose.com/cells/python-net/combine-multip...
  2. Assign and Validate Digital Signatures|Document...

    Excel file digital signature and verification. To protect the authenticity of a Workbook's content in an Excel file, you can add a digital signature using Java code with Aspose.Cells for Java....provides assurance that a workbook file is valid and no one has...you must attach it to your workbook. Attaching a digital signature...

    docs.aspose.com/cells/java/assign-and-validate-...
  3. Find the Root Element Name of XML Map with C++|...

    Learn how to find the root element name of an XML map using Aspose.Cells for C++....file containing an XML Map Workbook wb ( inputFilePath ); // Access...Access the first XML Map in the workbook XmlMap xmap = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/find-the-root-element...
  4. Assign Macro to Form Control|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....a form control inside the workbook. The following sample code...code creates a new workbook, assigns a macro to a form button, and...

    docs.aspose.com/cells/python-net/assign-macro-t...
  5. Working with External Data Connection of type W...

    Learn how to work with external data connections of type WebQuery using Aspose.Cells for Node.js via C++....connections of any type using the Workbook.DataConnections collection..."WebQuerySample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/nodejs-cpp/working-with-e...
  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.... Workbook workbook = new Workbook ( filepath );...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...
  7. 用C++在Node.js中计数工作表中的单元格数量|Documentation

    学习如何通过Aspose.Cells for Node.js via C++以编程方式统计Excel工作表中的单元格数。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/count-numbe...
  8. Change in behavior of Cells#insertColumns start...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook Workbook = new Workbook("input.xlsx"); Worksheet worksheet = Workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…... Sample code: Workbook workbook = new Workbook("input.xlsx");...xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections");...

    forum.aspose.com/t/change-in-behavior-of-cells-...
  9. Expanding text from right to left while exporti...

    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....the workbook object const wb = new AsposeCells . Workbook ( filePath...filePath ); // Save workbook in HTML format wb . save ( path ...

    docs.aspose.com/cells/nodejs-cpp/expanding-text...
  10. 使用Node.js导出工作表或图表为具有指定宽度和高度的图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将工作表或图表导出为具有特定宽度和高度的图片。...__dirname , "output" ); // Create workbook object from source file const...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/export-work...