Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 21,309 for

worksheet

(0.07 sec)
  1. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Treemap chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  2. Sort Data in Worksheets|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....Sort Data in Worksheets Contents [ Hide ] Below is the comparison...Open ( fileName ); Excel . Worksheet mySheet = myWorkbook . ActiveSheet...

    docs.aspose.com/cells/net/sort-data-in-worksheets/
  3. Read Chart Subtitle from ODS File using Node.js...

    Learn how to use Aspose.Cells for Node.js via C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....); // Access first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/nodejs-cpp/read-chart-sub...
  4. Lock or unlock shapes|Documentation

    This article shows you code explaining how to Lock or unlock shapes to protect them using Aspose.Cells library....protect all shapes in certain worksheets to prevent them from being...all shapes in the specified worksheet. Locking shapes in a spreadsheet...

    docs.aspose.com/cells/net/lock-or-unlock-shapes/
  5. How to change the Comment Font Color with Node....

    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....// Get the first worksheet const worksheet = workbook . getWorksheets...Add some text in cell A1 worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/nodejs-cpp/how-to-change-...
  6. 通过 C++ 使用 Node.js 更改 Shape 的调整值|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 更改 Excel 中形状的调整值。...)); // Access first worksheet const worksheet = workbook . getWorksheets...shapes of the worksheet const shape1 = worksheet . getShapes ()...

    docs.aspose.com/cells/zh/nodejs-cpp/change-adju...
  7. Python中的缩放因子|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Setting...

    docs.aspose.com/cells/zh/java/zoom-factor-in-py...
  8. 用C++查找与外部数据连接相关的查询表和列表对象|Documentation

    学习如何用Aspose.Cells和C++查找与外部数据连接相关的查询表和列表对象。...GetCount (); j ++ ) { Worksheet worksheet = workbook . GetWorksheets...); for ( int k = 0 ; k < worksheet . GetQueryTables (). GetCount...

    docs.aspose.com/cells/zh/cpp/find-query-tables-...
  9. 在单元格中添加数据|Documentation

    本文介绍了如何使用Aspose.Cells for .NET API向单元格中添加数据。...工作表由Worksheet类表示。Worksheet类提供了一个Cells集合。Cells集合中的每个项表示Cell类的对象。...added worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/net/add-data-in-cells/
  10. Get Cells Range|Documentation

    Learn how to Get Cells Range through the Aspose.Cells for Node.js via C++ API....manipulate some data on the worksheet, you need to know the data...data range of the entire worksheet. Aspose.Cells for Node.js via...

    docs.aspose.com/cells/nodejs-cpp/get-cells-range/