Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 30,465 for

worksheet

(0.1 sec)
  1. 填充设置|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++自定义填充设置、背景和样式。...类包含一个 worksheets 集合,可访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供一个 cells 集合。 cells 集合中的每一项代表一个 Cell 类的对象。 Cell 具有...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  2. Convert Excel to NumPy|Documentation

    Convert Excel to NumPy by using Aspose.Cells for Python via .NET API....'3055']]] How to Convert Worksheet to NumPy ndarray Here’s an...demonstrate how to export worksheet data to NumPy ndarray using...

    docs.aspose.com/cells/python-net/convert-excel-...
  3. Determine which Axis exists in the Chart with J...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for JavaScript via C++. Our guide will help you identify and access the different axes in a chart, including category, value, and secondary axes....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/determine-...
  4. How to Use Color Palette with C++|Documentation

    C++ code to add custom colors to the palette and use Excel color palette with Aspose.Cells for C++ API....std :: endl ; // Add a new worksheet int i = workbook . GetWorksheets...the newly added worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/excel-color-palette/
  5. how to customize menus and toolbars in GridJs|D...

    This article describes how to customize menus and toolbars in GridJs....Add Worksheet Button ( add class) - Creates new worksheets Select...Select Worksheet Button ( ellipsis class) - Manages worksheet selection...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  6. how to customize menus and toolbars in GridJs|D...

    This article describes how to customize menus and toolbars in GridJs....Add Worksheet Button ( add class) - Creates new worksheets Select...Select Worksheet Button ( ellipsis class) - Manages worksheet selection...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  7. Implement Subtotal or Grand Total Labels in Oth...

    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....Access the first worksheet const worksheet = workbook . getWorksheets...createCellArea ( "A1" , "B10" ); worksheet . getCells (). subtotal (...

    docs.aspose.com/cells/nodejs-cpp/implement-subt...
  8. 用C++合并或取消合并多个工作表成为一个工作表|Documentation

    学习如何用C++和Aspose.Cells将多个工作表合并为一个工作表。...first worksheet of the destination workbook Worksheet destSheet...; //Iterate through each worksheet in the source workbook for...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  9. Generate Chart by Processing Smart Markers|Docu...

    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....(default) Worksheet from the collection Worksheet dataSheet =...get ( 0 ); //Name the first Worksheet for referencing dataSheet...

    docs.aspose.com/cells/java/generate-chart-by-pr...
  10. 使用C++在非原始形状中插入数据|Documentation

    使用Aspose.Cells和C++访问和操作非原始形状中的数据。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...defined shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/data-in-non-primit...