Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 87,185 for

workbook

(0.15 sec)
  1. 在使用 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...
  2. 如何用 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-...
  3. 使用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...
  4. 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...
  5. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides Node.js code using C++ to insert and delete rows in an Excel worksheet...."data" ); // Instantiate a Workbook object. // Load a template...file. const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/nodejs-cpp/insert-or-dele...
  6. 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...
  7. 如何用 Node.js 通过 C++ 改变 Excel 中评论的背景|Documentation

    使用 Aspose.Cells for Node.js via C++ 改变评论颜色并在评论中插入图片或图像。...该文件用于初始化下面的代码中的 Workbook 对象。 const path = require (...new workbook. const workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  8. Public API Changes in Aspose.Cells 8.8.0|Docume...

    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....( byteArray ); Workbook workbook = new Workbook ( stream , loadOptions...loadOptions ); Worksheet sheet = workbook . Worksheets [ 0 ]; sheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. 使用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-...
  10. 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...