Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 30,160 for

worksheet

(1.31 sec)
  1. 使用C++检测空白工作表|Documentation

    本文展示了如何使用Aspose.Cells的C++ API编程检测Excel工作簿中的空白工作表。...xlsx" ); // Loop over all worksheets in the workbook WorksheetCollection...sheets . GetCount (); i ++ ) { Worksheet sheet = sheets . Get ( i );...

    docs.aspose.com/cells/zh/cpp/detecting-empty-wo...
  2. 如何用 JavaScript 设置点为总数,使用 C++|Documentation

    学习如何用 Aspose.Cells for JavaScript 通过 C++ 在瀑布图中设置点为总数。...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  3. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C++ to apply conditional formatting shadows for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....formatting rules for the Worksheet object. These rules can be...Workbook book ; // Access the Worksheet on which desired rule has...

    docs.aspose.com/cells/cpp/apply-shading-to-alte...
  4. 用C++通过JavaScript创建开盘 最高 最低 收盘(OHLC)股票图表|Documen...

    了解如何使用Aspose.Cells for JavaScript通过C++创建开盘 最高 最低 收盘股票图表。我们的指南将演示如何在图表上绘制股票市场数据,包括开盘、最高、最低和收盘价,以实现更好的分析和可视化。...first worksheet. const worksheet = workbook . worksheets . get...High-Low-Close-Stock Chart const pieIdx = worksheet . charts . add ( AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  5. Add Filter in Pivot Table|Documentation

    Learn how to add a filter in pivot table with Aspose.Cells for JavaScript via C++....top‑10 filter is added to the worksheet. Sample Code <!DOCTYPE html>...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/add-filter...
  6. Aspose.Cells 8.3.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.... Worksheets [ 0 ]. Pictures . Add ( 0...Picture pic = workbook . Worksheets [ 0 ]. Pictures [ index ];...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. Manage VBA Codes of Excel Macro‑Enabled Workboo...

    Add VBA Module and modify VBA or macro with Aspose.Cells for Node.js via C++....add(Worksheet) method to add the new VBA...(); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/manage-vba-pro...
  8. Extract OLE Objects from Workbook with JavaScri...

    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....OLE objects on the first worksheet. Template document with OLE...all worksheets const sheetsCount = workbook . worksheets . count...

    docs.aspose.com/cells/javascript-cpp/extract-ol...
  9. Aspose.Cells 8.6.1中的公共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....Remove方法的另一个重载,现在可以接受Worksheet的实例以删除与指定工作表关联的所有VBA模块。 以下是简单的使用场景。...specific Worksheet modules . Remove ( workbook . Worksheets [ 0 ]);...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. 使用Sparkline和3D格式设置在C++中|Documentation

    学习如何在Excel文件中使用Aspose.Cells和C++应用sparkline和3D格式。...Workbook book ( inputFilePath ); Worksheet sheet = book . GetWorksheets...book ; // Add a Data Worksheet Worksheet dataSheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/using-sparklines-a...