Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 20,103 for

worksheet

(0.16 sec)
  1. 在保存为PDF时打印批注与C++|Documentation

    了解如何在使用Aspose.Cells for C++将Excel文件保存为PDF时打印批注。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets..."PrintCommentsType::PrintSheetEnd" */ worksheet . GetPageSetup (). SetPrintComments...

    docs.aspose.com/cells/zh/cpp/print-comments-whi...
  2. Insert a Picture Based on Cell Reference with C...

    Learn how to insert a picture based on cell reference using Aspose.Cells for C++....displaying the contents of a worksheet cell in an image shape. You...object. Add a picture to the worksheet by calling the AddPicture...

    docs.aspose.com/cells/cpp/insert-a-picture-base...
  3. Adding HTML Rich Text inside the Cell with C++|...

    Learn how to add HTML Rich Text inside the Cell through the Aspose.Cells for C++ API....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/adding-html-rich-text...
  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....the first worksheet in the book Worksheet worksheet = workbook...0 ); //Set the tab color worksheet . setTabColor ( Color . getRed...

    docs.aspose.com/cells/zh/java/set-worksheet-tab...
  5. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts in Node.js using Aspose.Cells for Node.js via C++....first shape in the first worksheet and sets the sub-properties...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  6. Add Pivot Connection with Node.js via C++|Docum...

    Learn how to add pivot connection using Aspose.Cells for Node.js via C++....); // Access first worksheet. const worksheet = workbook . getWorksheets...collection. const pivotTable = worksheet . getPivotTables (). get (...

    docs.aspose.com/cells/nodejs-cpp/add-pivot-conn...
  7. Remove Pivot Connection with Node.js via C++|Do...

    Learn how to remove pivot connection using Aspose.Cells for Node.js via C++....); // Access first worksheet. const worksheet = workbook . getWorksheets...collection. const pivotTable = worksheet . getPivotTables (). get (...

    docs.aspose.com/cells/nodejs-cpp/remove-pivot-c...
  8. Showing Cell Range as the Data Labels with Node...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts....Access the first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/nodejs-cpp/showing-cell-r...
  9. 在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 int sheetIndex = book . getWorksheets...getWorksheets (). add (); Worksheet worksheet = book . getWorksheets...

    docs.aspose.com/cells/zh/java/formula-calculati...
  10. Add Image Hyperlinks|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 information on other worksheets, or on websites. Microsoft...hyperlinks can make navigating a worksheet easier, for example, as next...

    docs.aspose.com/cells/java/add-image-hyperlinks/