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

workbook

(0.1 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. Saving a file with Slicers using Aspose Makes t...

    Hi There, I am using Aspose.Cell version 26.1.0. Attached are 2 files: slicers-original.xlsx, slicers-saved.xlsx. slicers-saved.zip (8.6 MB) slicers-original.zip (8.5 MB) In our coded we use Aspose.Cells to save the…...FileFormatToSaveForm(workbook.FileFormat); await workbook.SaveAsync(stream...@shlomi.z You’re seeing that a workbook saved with Aspose.Cells 26...

    forum.aspose.com/t/saving-a-file-with-slicers-u...
  4. XLS conversion error (BIFF7 format?) - Free Sup...

    The attached XLS failed to convert to PDF, giving the following exception: Unhandled Exception: Aspose.Cells.CellsException: This Excel files contains BIFF7(Excel95 or earlier file format) records. at ?.?.?(† ?) …...Workbook.Open(Stream stream, FileFormatType...FileFormatType type) at Aspose.Cells.Workbook.Open(String fileName) at BankOfAmerica...

    forum.aspose.com/t/xls-conversion-error-biff7-f...
  5. 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
  6. 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/
  7. 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...
  8. 图表系列|Aspose.Slides for Node.js via .NET 文档

    JavaScript 中 PowerPoint 演示文稿的图表系列...100 , 100 , 400 , 300 ); var workBook = chart . getChartData ()...getChartData (). getSeries (). add ( workBook . getCell ( 0 , 0 , 1 , "Series...

    docs.aspose.com/slides/zh/nodejs-java/chart-ser...
  9. 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...
  10. 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...