Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 41,424 for

worksheet

(0.13 sec)
  1. Printing Workbooks 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....want to print the entire worksheet area unless you specify your...your selection. Printing Worksheet Java //Instantiate a new workbook...

    docs.aspose.com/cells/java/printing-workbooks-i...
  2. Creating a Table|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 class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/creating-a-list-object/
  3. Aspose::Cells::Drawing::Picture::SetSignatureLi...

    Aspose::Cells::Drawing::Picture::SetSignatureLine method. Gets and sets the signature line in C++....Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...the worksheet. It is "B2" cell int imgIndex = worksheet . GetPictures...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  4. Hiding and Showing 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....certain rows or columns of the worksheet and then display them later...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  5. Public API Changes in Aspose.Cells 8.7.1|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....//Access first worksheet Worksheet worksheet = workbook . getWorksheets...//Add 10 in cell A1 and A2 worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Aspose::Cells::ColumnCollection class | Aspose....

    Aspose::Cells::ColumnCollection class. Collection of the Column objects that represent the individual column(setting)s in a Worksheet. The Column object only represents the settings such as column width, styles, .etc. for the whole column, has nothing to do with the fact that there are non-empty cells(data) or not in corresponding column. And the "Count" of this collection only represents the count Column objects that have been instantiated in this collection, has nothing to do with the fact that there are non-empty cells(data) or not in the Worksheet in C++....individual column(setting)s in a worksheet. The Column object only represents...cells(data) or not in the worksheet. class ColumnCollection Methods...

    reference.aspose.com/cells/cpp/aspose.cells/col...
  7. Migration from Microsoft Office Automation to A...

    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....Contents [ Hide ] Adding New Worksheets to Workbook and Activating...Comments in a Worksheet Merge or UnMerge Cells in a Worksheet Add Borders...

    docs.aspose.com/cells/net/migration-from-micros...
  8. Remove White Spaces from the Data before Render...

    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....Sometimes, you need to present worksheet images in applications or...Basically, you want to render a worksheet as an image so that it can...

    docs.aspose.com/cells/java/remove-white-spaces-...
  9. Worksheet.Protection | Aspose.Cells for .NET AP...

    Worksheet property. Represents the various types of protection options available for a Worksheet. Supports advanced protection options in ExcelXP and above version...Worksheet.Protection Worksheet.Protection property Represents...protection options available for a worksheet. Supports advanced protection...

    reference.aspose.com/cells/net/aspose.cells/wor...
  10. Zoom Factor in Python|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Setting...

    docs.aspose.com/cells/java/zoom-factor-in-python/