Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 27,872 for

worksheet

(0.22 sec)
  1. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects in Node.js using Aspose.Cells via C++....Access its first worksheet const worksheet = workbook . getWorksheets...inside the worksheet const oleObject = worksheet . getOleObjects...

    docs.aspose.com/cells/nodejs-cpp/get-or-set-the...
  2. Copy Row Heights of Source Range to Destination...

    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 (); // Source worksheet const srcSheet = workbook...( 0 ); // Add destination worksheet const dstSheet = workbook...

    docs.aspose.com/cells/nodejs-cpp/copy-row-heigh...
  3. 使用Node.js通过C++移除数据透视连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++移除数据透视连接。...); // Access first worksheet. const worksheet = workbook . getWorksheets...collection. const pivotTable = worksheet . getPivotTables (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-pivo...
  4. 用 JavaScript 结合 C++ 锁定或解锁形状|Documentation

    本文提供了使用 Aspose.Cells 库通过 C++ 以 JavaScript 锁定或解锁形状以保护它们的示例代码。...如何在指定工作表中锁定所有形状 要保护指定工作表中的所有形状,可以使用 worksheet.protect(ProtectionType.Objects)...test" ; const worksheet = workbook . worksheets . get ( 0 ); let...

    docs.aspose.com/cells/zh/javascript-cpp/lock-or...
  5. 用C++在Excel文件中指定存储的有效数字|Documentation

    学习如何使用Aspose.Cells与C++在Excel文件中指定存储的有效数字。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...// Access cell A1 Cell c = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/specifying-signifi...
  6. Create Charts 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....the first worksheet WorksheetCollection worksheets = workbook...getWorksheets (); Worksheet sheet = worksheets . get ( 0 ); //...

    docs.aspose.com/cells/java/create-charts-in-xls...
  7. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non‑primitive shapes using Aspose.Cells with C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...user‑defined shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  8. Page Setup|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.... index represents the worksheet index of the exported Excel...number of pages tall the worksheet will be scaled to when it’s...

    docs.aspose.com/cells/reportingservices/page-se...
  9. Set Default Font while Rendering a Spreadsheet ...

    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....text in cell A4 of the first worksheet, and sets its font to an invalid...generates two images of the worksheet. The first image is created...

    docs.aspose.com/cells/python-net/set-default-fo...
  10. 合并函数|Documentation

    如何用Aspose.Cells for Java脚本通过C++将合并函数应用到数据透视表的数据字段。...the first worksheet of the workbook const worksheet = workbook...workbook . worksheets . get ( 0 ); // Access the first pivot table of...

    docs.aspose.com/cells/zh/javascript-cpp/consoli...