Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 16,159 for

worksheet

(0.06 sec)
  1. Copying and Moving Worksheets|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....Copying and Moving Worksheets Contents [ Hide ] Sometimes, you...you do need a number of worksheets with common formatting and...

    docs.aspose.com/cells/cpp/copying-and-moving-wo...
  2. Working with Background in ODS Files with Node....

    Learn how to manage backgrounds in ODS files using Aspose.Cells for Node.js via C++....); // Access first worksheet const worksheet = workbook . getWorksheets...( 0 ); const background = worksheet . getPageSetup (). getODSPageBackground...

    docs.aspose.com/cells/nodejs-cpp/working-with-b...
  3. Manage formulas of Excel files with Node.js via...

    Learn how to Manage formulas of Excel files through the Aspose.Cells for Node.js via C++. Aspose.Cells can simply get, set and calculate formulas of excel files....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/nodejs-cpp/using-formulas...
  4. Working with Rows and Columns|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....Column into Worksheet Removing a Column from Worksheet Adding or...a Row into Worksheet Removing a Row from Worksheet Applying Style...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  5. Hiding and Showing Rows and Columns with C++|Do...

    Learn how to hide and show rows and columns in Excel files programmatically using Aspose.Cells with C++....certain rows or columns in a worksheet and display them later. Microsoft...access each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/cpp/hiding-and-showing-ro...
  6. Setting Chart Appearance with C++|Documentation

    Learn how to configure the appearance of charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your Worksheets....workbook ; // Adding a new worksheet to the Workbook object int...newly added worksheet by passing its sheet index Worksheet worksheet...

    docs.aspose.com/cells/cpp/setting-chart-appeara...
  7. Page Break Preview in Php|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....Page Break Preview To set worksheet to page break preview using...//Adding a new worksheet to the Workbook object $worksheets = $workbook...

    docs.aspose.com/cells/java/page-break-preview-i...
  8. Hide and Unhide Worksheets in a Workbook|Docume...

    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....Hide and Unhide Worksheets in a Workbook Contents [ Hide ] When...it can be useful to hide worksheets in a workbook. A structured...

    docs.aspose.com/cells/net/hide-and-unhide-works...
  9. Setting Print Options with C++|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C++ API and Library. You can set the Print Area, Print Titles, and Page Order....allow users to control how worksheet pages are printed. Setting...specific print area on a worksheet. Print titles. Print gridlines...

    docs.aspose.com/cells/cpp/setting-print-options/
  10. Lock or unlock shapes with Node.js via C++|Docu...

    This article shows you code explaining how to lock or unlock shapes to protect them using Aspose.Cells library for Node.js via C++....protect all shapes in certain worksheets to prevent them from being...all shapes in the specified worksheet. Locking shapes in a spreadsheet...

    docs.aspose.com/cells/nodejs-cpp/lock-or-unlock...