Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 20,427 for

worksheet

(0.09 sec)
  1. 通过 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...
  2. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells with C++....text in cell A4 of the first worksheet, and sets its font to invalid...it takes two images of the worksheet. The first image is taken...

    docs.aspose.com/cells/cpp/set-default-font-whil...
  3. 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...
  4. 将数据导入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...
  5. 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...
  6. 用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-...
  7. 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....newly added worksheet int sheetIndex = book . Worksheets . Add ();...(); Worksheet worksheet = book . Worksheets [ sheetIndex ]; Cells...

    docs.aspose.com/cells/zh/net/formula-calculatio...
  8. Insert a Picture Based on Cell Reference with N...

    Learn how to insert a picture in a Worksheet based on a cell reference using Aspose.Cells for Node.js via C++. Show cell data in a picture....displaying the contents of a worksheet cell in an image shape. You...object. Add a picture to the worksheet by calling the ShapeCollection...

    docs.aspose.com/cells/nodejs-cpp/insert-a-pictu...
  9. 包含非强类型数据的列|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....first worksheet in the Excel file Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Exporting the contents of 2 rows and...

    docs.aspose.com/cells/zh/net/columns-containing...
  10. 处理边框|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 . Add (); Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; // Style the cell with borders all around...

    docs.aspose.com/cells/zh/net/working-with-borders/