Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 82,034 for

workbook

(0.1 sec)
  1. 使用C++加密和解密ODS文件|Documentation

    使用纯C++库Aspose.Cells for C++对ODS文件进行密码保护和加密。...; // Open an ODS file Workbook workbook ( sourceDir + u "sampleODSFile...Password protect the file workbook . GetSettings (). SetPassword...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  2. Change the format of a cell with C++|Documentation

    How to use Aspose.Cells library in C++ to change the formatting of cells, including font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....steps: Open Excel and open the workbook that contains the cell you...example, we create an Excel workbook, add some sample data, access...

    docs.aspose.com/cells/cpp/how-to-change-format-...
  3. Create, Manipulate or Remove Scenarios from Wor...

    Learn how to create, manipulate, or remove scenarios from Excel Worksheets programmatically using Node.js with C++ API....scenarios from a worksheet in a workbook via Aspose.Cells APIs. Aspose...Instantiate the Workbook // Load an Excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/create-manipul...
  4. Implement Subtotal or Grand Total Labels in Oth...

    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....source workbook const workbook = new AsposeCells . Workbook ( path... GlobalizationSetting (); workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/nodejs-cpp/implement-subt...
  5. 通过Node.js与C++指定数据范围和切片群组位置,复制Sparkline。|Documen...

    学习如何使用Aspose.Cells for Node.js via C++通过指定数据范围和切片群组位置在Excel中复制Sparkline。...Create workbook from source Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "copy_sparkline...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-sparkl...
  6. How to create Sunburst chart with Node.js via C...

    Learn how to create a sunburst chart in Aspose.Cells for Node.js via C++, a chart that presents data in a circle. Our guide will help you set up various properties and formatting of your chart, including data labels, legends, colors, and more....instance of Workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/creating-sunbu...
  7. Setting Shared Formula with Node.js via C++|Doc...

    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....Instantiate a Workbook from existing file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "source.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/setting-shared...
  8. 通过C++指定数据区域和切片器组位置复制Sparkline|Documentation

    学习如何通过指定数据区域和位置使用Aspose.Cells for C++复制sparkline。...Create workbook from source Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/copy-sparkline-by-...
  9. 添加数据透视连接用C++|Documentation

    学习如何使用C++通过Aspose.Cells库添加透视连接。...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...WorksheetCollection worksheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/cpp/add-pivot-connection/
  10. 调整图表数据标签形状以适应文本,支持 Node.js via C++|Documentation

    学习如何在 Aspose.Cells for Node.js via C++ 中调整图表中数据标签的大小以适应文本。我们的指南将向您展示如何调整标签容器的大小和形状,以确保文本正确显示且无截断或重叠。...instance of Workbook containing the Chart const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the Worksheet that...

    docs.aspose.com/cells/zh/nodejs-cpp/resize-char...