Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 13,778 for

worksheet

(0.05 sec)
  1. Working with Headers and Footers|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 . Worksheets ; Worksheet worksheet...

    docs.aspose.com/cells/net/working-with-headers-...
  2. Delete Ranges with Node.js via C++|Documentation

    Learn how to delete ranges in Excel and shift cells left or up using Aspose.Cells for Node.js via C++....Get all the worksheets in the book. const worksheets = newWorkbook...// Get the first worksheet in the worksheets collection. const...

    docs.aspose.com/cells/nodejs-cpp/delete-ranges-...
  3. Creating a Named Range in VSTO and Aspose.Cells...

    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 named range: Set up the worksheet: Instantiate an Application...Missing . Value ); //Get Worksheets Collection Excel . Sheets...

    docs.aspose.com/cells/net/creating-a-named-rang...
  4. Calculate Page Setup Scaling Factor with Node.j...

    This article provides sample code explaining how to use the Node.js API with C++ to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel Worksheet programmatically....); // Access first worksheet const worksheet = workbook . getWorksheets...some data in these cells worksheet . getCells (). get ( "A4"...

    docs.aspose.com/cells/nodejs-cpp/calculate-page...
  5. Hiding and Showing Rows and Columns in PHP|Docu...

    Learn how to Hide and Show Rows and Columns through the Aspose.Cells for PHP via Java APIs....Accessing the first worksheet in the Excel file $worksheet = $workbook...() -> get ( 0 ); $cells = $worksheet -> getCells ();; # Hiding...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  6. Convert Excel to Image with C++|Documentation

    Learn how to convert Excel Worksheets to images, including TIFF and SVG formats, using Aspose.Cells for C++....Cells allows you to export a worksheet from the workbook and convert...explains how to convert a worksheet to different formats. Converting...

    docs.aspose.com/cells/cpp/convert-excel-to-image/
  7. 用C++管理Shape文本选项|Documentation

    学习如何使用 Aspose.Cells for C++ 编程管理Shape的文本选项。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...Access the shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/managing-shape-tex...
  8. Working with GridJs Highlight feature|Documenta...

    This article describes how to use highlight on cell text, cell ranges ,shapes and pictures in GridJs....style is set in the active worksheet xs . sheet . showHighlights...highlight style set in the active worksheet xs . sheet . updateHighlightStyle...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  9. Load Specific Worksheets in a Workbook with C++...

    Learn how to load specific Worksheets in a workbook using Aspose.Cells with C++ to improve performance and reduce memory usage....Load Specific Worksheets in a Workbook with C++ Contents [ Hide...workbook made up of many worksheets. #include <iostream> #include...

    docs.aspose.com/cells/cpp/load-specific-workshe...
  10. Managing Page Breaks with Node.js via C++|Docum...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel Worksheets programmatically using Aspose.Cells for Node.js via C++....into any selected cell of a worksheet. The location of the cell... page breaks divide your worksheet into multiple pages according...

    docs.aspose.com/cells/nodejs-cpp/managing-page-...