Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 11,607 for

worksheet

(0.11 sec)
  1. Autofit Rows and Columns in Python|Documentation

    Learn how to Autofit Rows and Columns through the Aspose.Cells for Python Via Java API....height of a row is to call the Worksheet class' autoFitRow method....Accessing the first worksheet in the Excel file worksheet = workbook ...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  2. 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...
  3. 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...
  4. Managing Controls|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....Adding TextBox Control to the Worksheet One way to stress important...two textboxes in the first worksheet of the workbook. The first...

    docs.aspose.com/cells/java/managing-controls/
  5. 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/
  6. Managing Pictures with C++|Documentation

    Add, position, and manage images in spreadsheets using Aspose.Cells for C++ API....PictureCollection (encapsulated in the Worksheet object). The Add method takes...Workbook workbook ; // Add worksheet and get reference int sheetIndex...

    docs.aspose.com/cells/cpp/managing-pictures/
  7. Export DataTable from GridWeb|Documentation

    This article introduces how to export datatable in GridWeb.... Exporting Worksheet Data To a Specific DataTable...DataTable To export worksheet data to a specific DataTable object:...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  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. Calculate Page Setup Scaling Factor with C++|Do...

    This article provides sample code explaining how to use the C++ API or library to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel Worksheet programmatically....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...some data in these cells worksheet . GetCells (). Get ( u "A4"...

    docs.aspose.com/cells/cpp/calculate-page-setup-...
  10. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel Worksheets and save them to a local drive using Aspose.Cells for C++....Extract Images from Worksheets using ImageOrPrintOptions with...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/extract-images-from-w...