Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 21,302 for

worksheet

(0.09 sec)
  1. Export Comments while Saving Excel file to HTML...

    Learn how to export comments while saving Excel files to HTML using Aspose.Cells with C++....Export Document Workbook and Worksheet Properties in Excel to HTML...

    docs.aspose.com/cells/cpp/export-comments-while...
  2. 使用Aspose.Cells for Node.js via C++设置图表图例条目的填充为无...

    学习如何使用Aspose.Cells for Node.js via C++将图表图例条目的填充设置为无。本指南将演示如何修改Microsoft Excel图表中图例条目的填充颜色,以实现更好的可视化和自定义。...xlsx" )); // Access the first worksheet const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/set-text-of...
  3. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....chart in the second sheet Worksheet sheet = workbook . GetWorksheets...chart in the second sheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/controls-in-charts/
  4. 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....loadOptions ); Worksheet sheet = workbook . Worksheets [ 0 ]; sheet...Workbook (); Worksheet sheet = book . Worksheets [ 0 ]; Cell a1...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Aspose.Cells 8.7.2中的公共API更改|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....the first Worksheet from the collection Worksheet sheet = workbook...workbook . Worksheets [ 0 ]; //Add a TextBox to the collection...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. 输出HTML时单独导出工作表CSS,使用Node.js通过C++|Documentation

    了解如何在将Excel文件转换为HTML时单独导出工作表CSS,使用Aspose.Cells for Node.js via C++。...Workbook (); // Access first worksheet const ws = wb . getWorksheets...html save options - export worksheet css separately const opts...

    docs.aspose.com/cells/zh/nodejs-cpp/export-work...
  7. 使用C++进行错误检查选项|Documentation

    本文提供了示例代码,演示如何使用C++ API或库以程序化方式启用Excel工作表的错误检查选项,例如将数字作为文本存储。...); // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/use-error-checking...
  8. 通过C++和Node.js从工作簿中提取OLE对象|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....OleObject Collection in the first worksheet. const oles = workbook . getWorksheets...extract each object in the worksheet. for ( let i = 0 ; i < oles...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-ole...
  9. How to Format Number to Scientific|Documentation

    This article will introduce how to Format Number to Scientificusing Aspose.Cells for .NET API....formatting for the data in your worksheets, including scientific notation...the Desired Worksheet You need to access the worksheet where you...

    docs.aspose.com/cells/net/how-to-format-number-...
  10. 用C++从工作簿中提取OLE对象|Documentation

    学习如何使用Aspose.Cells和C++从工作簿中提取OLE对象。...OleObject Collection in the first worksheet OleObjectCollection oles =...extract each object in the worksheet for ( int i = 0 ; i < oles...

    docs.aspose.com/cells/zh/cpp/extract-ole-object...