Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 103,611 for

workbook

(0.1 sec)
  1. Save Each Worksheet to a Different PDF File wit...

    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...."text/javascript" > const { Workbook , PdfSaveOptions , SheetSet...arrayBuffer (); // Instantiate a new workbook and open the Excel file from...

    docs.aspose.com/cells/javascript-cpp/save-each-...
  2. Add Pivot Connection with Node.js via C++|Docum...

    Learn how to add a pivot connection using Aspose.Cells for Node.js via C++.... Finally, it saves the workbook as the output Excel file ...slicer. const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/add-pivot-conn...
  3. 通过Node.js读取和写入带有查询表数据源的表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++读取和写入带有QueryTable数据源的表。..."output" ); // Load workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( sourceDir , "SampleTableWithQuery...

    docs.aspose.com/cells/zh/nodejs-cpp/read-and-wr...
  4. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for JavaScript via C++ API.... Finally, it saves the workbook as the output Excel file ..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/access-and...
  5. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...Open the template file Workbook workbook ( inputFilePath ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...
  6. 使用Node.js通过C++实现Excel XP及以后版本的高级保护设置|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 ,它代表一个 Microsoft Excel 文件。 Workbook 类包含一个 Worksheets...=> { const workbook = new AsposeCells . Workbook ( Buffer . concat...

    docs.aspose.com/cells/zh/nodejs-cpp/advanced-pr...
  7. 使用 C++ 设置数字格式|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库,支持多种单元格数字设置。本文将介绍如何使用Aspose.Cells库管理单元格的数字格式,以便根据需要调整电子表格中的数字格式。...Cells提供了一个表示Microsoft Excel文件的类, WorkbookWorkbook 类包含一个 Worksheets 集合,..." ); Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/cells-number-setti...
  8. Manage DataLabels of Excel Charts|Documentation

    Learn how to effectively manage data labels in Excel charts using Aspose.Cells for .NET. Our comprehensive guide covers various management tasks, including adding, removing, and modifying labels to enhance chart readability and usability....Create a new workbook and get the first worksheet. Workbook workbook...workbook = new Workbook (); Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/net/insert-datalabels-to-...
  9. 使用 C++ 将特定工作表导出为 PDF|Documentation

    使用 Aspose.Cells 与 C++ 导出特定工作表为 PDF。...the template excel file Workbook workbook ( u "sheetset-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/save-specified-wor...
  10. Lock or unlock shapes with JavaScript via C++|D...

    This article shows you code explaining how to lock or unlock shapes to protect them using Aspose.Cells library for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , ProtectionType...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/lock-or-un...