Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 82,065 for

workbook

(0.09 sec)
  1. 支持使用Node.js通过C++进行XAdES签名|Documentation

    这篇文章介绍了如何使用Node.js通过C++和Aspose.Cells支持XAdES签名。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...dsCollection . add ( signature ); workbook . setDigitalSignature ( dsCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/support-for...
  2. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...:: Yellow ()); // Create a workbook and set its default style...using the created Style object Workbook wb ; wb . SetDefaultStyle...

    docs.aspose.com/cells/zh/cpp/create-style-objec...
  3. 使用C++管理Excel图表的数据标签|Documentation

    学习如何使用Aspose.Cells for C++有效管理Excel图表中的数据标签。我们的全面指南涵盖了添加、删除和修改标签等各种管理任务,以增强图表的可读性和易用性。...Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/insert-datalabels-...
  4. Retrieve the values of cells|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....Retrieve a reference to the workbook part. WorkbookPart wbPart...Sheet theSheet = wbPart . Workbook . Descendants < Sheet >()...

    docs.aspose.com/cells/net/retrieve-the-values-o...
  5. 检索单元格的值|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....Retrieve a reference to the workbook part. WorkbookPart wbPart...Sheet theSheet = wbPart . Workbook . Descendants < Sheet >()...

    docs.aspose.com/cells/zh/net/retrieve-the-value...
  6. Chart to PDF with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-to-pdf/
  7. Adding VBA Module and Code using Aspose.Cells|D...

    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.... Please use the Workbook.getVbaProject().getModules()...new VBA Module inside the workbook Adding VBA Module and Code...

    docs.aspose.com/cells/java/adding-vba-module-an...
  8. Add Watermark To PDF with C++|Documentation

    Learn how to add text and image watermarks to PDF files while rendering using Aspose.Cells with C++....(); // Prepare a workbook with 3 pages. Workbook wb ; wb . GetWorksheets...( watermark ); // Save the workbook with the watermark. wb . Save...

    docs.aspose.com/cells/cpp/add-watermark-to-pdf/
  9. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for Node.js via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legion for improved visual appeal and data representation....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/custom-slice-o...
  10. 以只读方式打开电子表格文档|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...