Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 105,429 for

workbook

(0.09 sec)
  1. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations with Aspose.Slides for Node.js. Add, format, and edit charts with practical code examples in JavaScript....const worksheetIndex = 0 ; let workbook = chart . getChartData ()...(). getCategories (). add ( workbook . getCell ( worksheetIndex...

    docs.aspose.com/slides/nodejs-java/create-chart/
  2. 使用 JavaScript 在演示文稿中管理 OLE|Aspose.Slides for No...

    使用 Aspose.Slides for Node.js via Java 优化 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。无缝嵌入、更新和导出 OLE 内容。... 创建一个 Workbook 对象并访问 OLE 数据。 访问所需的 Worksheet...Worksheet 并修改数据。 将更新后的 Workbook 保存到流中。 从流中更改 OLE 对象的数据。 在下面的示例中,访问了一个...

    docs.aspose.com/slides/zh/nodejs-java/manage-ole/
  3. How to mail merge - Free Support Forum - aspose...

    I am attaching four files: a Word document for the mail merge, an Excel data source, a manually generated output file, and an output file generated using Aspose C# code. I want the output like manually generated file Th…...string output = "") { Workbook workbook = new(pathSrcXlFile);...new(pathSrcXlFile); Worksheet worksheet = workbook.Worksheets[0]; DataTable dataTable...

    forum.aspose.com/t/how-to-mail-merge/327798
  4. Managing Page Breaks|Documentation

    This article provides sample code and explains how to add page breaks, clear page breaks, or delete specific page breaks in Excel worksheets programmatically using the C# API or .NET Library....Cells provides a Workbook class that represents an Excel...Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/managing-page-breaks/
  5. Modify an Existing Style|Documentation

    Learn how to change styles in Excel with Microsoft Excel and with Aspose.Cells for Java API....existing style, save it with the workbook, and use it to format information...formatted, the Normal style (the workbook’s default style) is applied...

    docs.aspose.com/cells/java/modify-an-existing-s...
  6. Insert a Page Break in Excel using Java

    Insert a page break in Excel using Java. Get details to set the IDE, a list of steps, and a sample code demonstrating how to set page break in Excel using Java....Load the Excel file into the Workbook class object before adding...page break Save the resultant Workbook with newly added page breaks...

    kb.aspose.com/cells/java/insert-a-page-break-in...
  7. Lock Cells in Excel using Java

    Follow this article to lock cells in Excel using Java. It has details to set the IDE, a list of instructions and a sample code demonstrating the cell protection in Excel using Java....input Excel file into the Workbook and access the target sheet...Excel using Java . Load the workbook, access the sheet and make...

    kb.aspose.com/cells/java/lock-cells-in-excel-us...
  8. Convert Excel to Markdown using Python

    Follow this article to convert Excel to Markdown using Python. This article contains IDE settings, a list of steps, and a sample code to transform Excel to MD using Python....product features Create a workbook or load an Excel file that...features, create or load a Workbook, access the target sheet,...

    kb.aspose.com/cells/python/convert-excel-to-mar...
  9. Add Code in Excel VBA Library using Python

    This article guides on how to add code in Excel VBA library using Python. It has IDE settings and a sample code for updating VBA code library using Python....update the VBA library Create a Workbook object, access a sheet and...process by creating or loading a workbook, selecting a worksheet, and...

    kb.aspose.com/cells/python/add-code-in-excel-vb...
  10. Display Document Properties in Excel using Java

    Display document properties in Excel using Java. Get details to set the IDE, a list of steps, and a sample code to print Excel document properties using Java....Load the Excel file into the Workbook and iterate through the custom...information. Code to Print Excel Workbook Properties using Java This...

    kb.aspose.com/cells/java/display-document-prope...