Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 25,706 for

worksheet

(0.35 sec)
  1. 在 Apache POI 和 Aspose.Cells 中创建不同的 Cell 类型|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....added worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Adding a...

    docs.aspose.com/cells/zh/java/create-different-...
  2. 使用 C++ 从 Excel 文件中提取主题数据|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持从 Excel 文件提取主题数据,允许用户获取文档的样式和格式信息。本文将介绍如何使用 Aspose.Cells 库从 Excel 文件中提取主题数据。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/extract-theme-data...
  3. Set Column Header Tip|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....creating the table in the worksheet. Aspose.Cells.GridWeb allows...false ); // Access the first worksheet GridWorksheet gridSheet =...

    docs.aspose.com/cells/java/set-column-header-tip/
  4. 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...
  5. Change the format of a cell|Documentation

    How to use Aspose.Cells library in JavaScript via C++ to change the formatting of cells, including font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....sample data, access the first worksheet, and get two cells (“A2” and...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/javascript-cpp/how-to-cha...
  6. Save Workbook to Text or CSV Format using Aspos...

    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....a workbook with multiple worksheets into text format. For text...the contents of the active worksheet only. The following code example...

    docs.aspose.com/cells/net/save-workbook-to-text...
  7. 用C++刷新关联形状的值|Documentation

    学习如何使用 Aspose.Cells for C++ 在Excel文件中刷新关联形状的值。...但是,如果要将工作簿保存为PDF或HTML格式,则必须调用 Worksheet.Shapes.UpdateSelectedValue()...Aspose.Cells 改变B4单元格的值,然后调用 Worksheet.Shapes.UpdateSelectedValue()...

    docs.aspose.com/cells/zh/cpp/refresh-values-of-...
  8. Create New Spreadsheet 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....Workbook (); // Adding a new worksheet to the Workbook object WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...

    docs.aspose.com/cells/java/create-new-spreadshe...
  9. 通过C++用JavaScript格式化行列|Documentation

    Aspose.Cells for Java脚本通过C++可以支持更改行高或列宽,以及对行或列应用格式。...一个工作表由 Worksheet 类表示。 Worksheet 类提供一个 cells 集合,表示工作表中的所有单元格。...arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); worksheet...

    docs.aspose.com/cells/zh/javascript-cpp/adjusti...
  10. Refresh Values of Linked Shapes with Node.js vi...

    Learn how to refresh the values of linked shapes in Excel using Aspose.Cells for Node.js via C++....)); // Access first worksheet const worksheet = workbook . getWorksheets...value of cell B4 const cell = worksheet . getCells (). get ( "B4"...

    docs.aspose.com/cells/nodejs-cpp/refresh-values...