Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 82,033 for

workbook

(0.06 sec)
  1. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects in Node.js using Aspose.Cells via C++...."data" ); // Load your sample workbook which contains embedded PowerPoint...object const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/nodejs-cpp/get-or-set-the...
  2. Resize Chart's Data Label Shape To Fit Text wit...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for Node.js via C++. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping....instance of Workbook containing the Chart const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the Worksheet that...

    docs.aspose.com/cells/nodejs-cpp/resize-chart-s...
  3. 在使用 C++ 通过 Node.js 保存为 HTML 时禁用下层显示的评论|Document...

    学习如何在使用 Aspose.Cells for Node.js via C++ 将 Excel 文件保存为 HTML 时禁用下层显示的评论。...sample workbook const workbook = new AsposeCells . Workbook ( path...true ); // Save the workbook in html workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/disable-dow...
  4. 使用C++导出Web浏览器不支持的类似边框样式|Documentation

    学习如何使用Aspose.Cells结合C++导出Web浏览器不支持的边框样式。...xlsx" ); Workbook workbook ( inputFilePath ); //...SetExportSimilarBord ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/zh/cpp/export-similar-bor...
  5. 如何用 Node.js 通过 C++ 设置系列为隐藏|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 设置 Excel 图表中的系列为隐藏。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  6. How to create TreeMap chart with Node.js via C+...

    Learn how to create a Treemap chart in Aspose.Cells for Node.js via C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....instance of Workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/creating-treem...
  7. Export Range of Cells in a Worksheet to Image w...

    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....// Create workbook from source file. const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( sourceDir , "sampleExportRangeOfC...

    docs.aspose.com/cells/nodejs-cpp/export-range-o...
  8. 使用C++将打印区域范围导出为HTML|Documentation

    学习如何使用编号Aspose.Cells for C++将打印区域范围导出到HTML。...html" ; // Create workbook Workbook workbook ( inputFilePath );...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/export-print-area-...
  9. 用C++更改切片器属性|Documentation

    使用Aspose.Cells和C++更改单个Excel文件中切片器的属性。...02_OutputDirectory \\ " ); Workbook workbook ( sourceDir + u "sampleCreateSlicerTo...worksheet. Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/change-slicer-prop...
  10. 使用Node.js通过C++自动调整合并单元格的行高|Documentation

    学习如何使用Aspose.Cells for Node.js via C++自动调整合并单元格的行高。在表格中实现自动调整功能。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Obtaining the reference of the newly added...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...