Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 30,307 for

worksheet

(1.06 sec)
  1. How to manage PivotChart with PivotOptions for ...

    How to manage PivotChart with PivotOptions in JavaScript via C++....the first worksheet and the first chart const worksheet = workbook...workbook . worksheets . get ( 0 ); const chart = worksheet . charts...

    docs.aspose.com/cells/javascript-cpp/how-to-man...
  2. 使用 Node.js 通过 C++ 指定要在 Excel 文件中存储的有效数字|Documen...

    学习如何使用 Aspose.Cells for Node.js via C++ 指定要在Excel文件中存储的有效数字。...(); // Access first worksheet const worksheet = workbook . getWorksheets...Access cell A1 const c = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/specifying-...
  3. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for Node.js via C++....); // Access first worksheet. const worksheet = workbook . getWorksheets...first shape. const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/extract-text-f...
  4. Manage Cells Html String with C++|Documentation

    Learn how to Manage Cells Html String through the Aspose.Cells for C++ API....specific cell in the first worksheet. Set an HTML string to the...reference of the newly added worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/manage-cells-html-str...
  5. Set Print Titles 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....on all pages of a printed worksheet. To do so, use the PageSetup...reference to the PageSetup of the worksheet PageSetup pageSetup = sheet...

    docs.aspose.com/cells/java/set-print-titles-in-...
  6. How to apply number format to each datapoint's ...

    We are plotting a pie chart and we need to apply custom format to each datapoint for example #,##0.0% and #,##0.000% like these. How can we achieve this format, could you provide a sample code?...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...get(0); // Add sample data worksheet.getCells().get("A1").putValue("Category");...

    forum.aspose.com/t/how-to-apply-number-format-t...
  7. 你好,世界|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....a new workbook, a default worksheet, \ # "Sheet1", is by default... \ # Accessing the first worksheet in the book ("Sheet1"). $sheet...

    docs.aspose.com/cells/zh/java/hello-world/
  8. Set DefaultFont property of PdfSaveOptions and ...

    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 A1 cell (in the first worksheet) contains the text “Christmas...The code renders the first worksheet to PNG and TIFF image formats...

    docs.aspose.com/cells/net/set-defaultfont-prope...
  9. 使用JavaScript通过C++判断Shape是否为Smart Art Shape|Docu...

    学习如何使用Aspose.Cells for Java脚本通过C++判断Excel中的形状是否为Smart Art...the first worksheet in the Excel file const worksheet = workbook...workbook . worksheets . get ( 0 ); // Accessing the first shape const...

    docs.aspose.com/cells/zh/javascript-cpp/determi...
  10. Save Workbook to Strict Open XML Spreadsheet Fo...

    Learn how to save a workbook in Strict Open XML Spreadsheet format using Aspose.Cells for JavaScript via C++....Access first worksheet and set value in B4 const worksheet = workbook...workbook . worksheets . get ( 0 ); const b4 = worksheet . cells ....

    docs.aspose.com/cells/javascript-cpp/save-workb...