Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 19,914 for

worksheet

(0.22 sec)
  1. Get External Connection Data Source of Pivot Ta...

    Learn how to retrieve the external connection data source of a pivot table using Aspose.Cells for C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...table PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/cpp/get-external-connecti...
  2. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a small picture as a texture inside a shape using Aspose.Cells for Node.js via C++....)); // Access first worksheet const worksheet = workbook . getWorksheets...shape inside the worksheet const shape = worksheet . getShapes ()...

    docs.aspose.com/cells/nodejs-cpp/tile-picture-a...
  3. 将数据导入xlsx4j工作表|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....reference of the newly added worksheet by passing its sheet index...getWorksheets (). add (); Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/import-data-to-wo...
  4. Merge or Unmerge Range of Cells with C++|Docume...

    Merge and Unmerge Cells in a Range in Excel with C++ code....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Create a range Range range = worksheet . GetCells (). CreateRange...

    docs.aspose.com/cells/cpp/merge-or-unmerge-rang...
  5. Add and Reference Named Ranges|Documentation

    This article introduces how to work with named ranges in GridWeb....refer to data on the same worksheet; if you want to represent...represent a range on another worksheet, you may use a name. Named ranges...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  6. 用C++在工作表中移动单元格范围|Documentation

    学习如何使用Aspose.Cells和C++在工作表中移动单元格范围。...the first worksheet and its cells Worksheet worksheet = workbook...Get ( 0 ); Cells cells = worksheet . GetCells (); // Create a...

    docs.aspose.com/cells/zh/cpp/move-range-of-cell...
  7. 使用Node.js via C++格式化单元格|Documentation

    学习如何在Aspose.Cells for Node.js via C++中格式化和设置单元格,包括数字格式、日期格式、字体样式和其他单元格样式选项。我们的指南将帮助你创建漂亮且专业的电子表格。...reference of the first worksheet const worksheet = workbook . getWorksheets...cell from the worksheet const cell = worksheet . getCells ()...

    docs.aspose.com/cells/zh/nodejs-cpp/cells-forma...
  8. Detect Merged Cells in xlsx4j|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....identify merged cell areas in a worksheet. You can unmerge them too...ArrayList < CellArea > al = worksheet . getCells (). getMergedCells...

    docs.aspose.com/cells/java/detect-merged-cells-...
  9. Export Excel to HTML with GridLines via Node.js...

    Learn how to export an Excel file to HTML format with GridLines using Aspose.Cells for Node.js via C++....creates a workbook, fills its worksheet with some values, and then...Workbook (); // Access first worksheet const ws = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/export-excel-t...
  10. 使用Aspose.Cells将数据导入工作表|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....reference of the newly added worksheet by passing its sheet index...getWorksheets (). add (); Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/import-data-to-wo...