Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 18,791 for

worksheet

(0.09 sec)
  1. Page Setup and Printing Options with Node.js vi...

    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....and printing options to a worksheet with a few simple lines of...Options First create a simple worksheet in Microsoft Excel. Then apply...

    docs.aspose.com/cells/nodejs-cpp/page-setup-and...
  2. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel Worksheets programmatically using C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page setup settings for worksheets to control printing. These...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/cpp/setting-page-options/
  3. Detecting Empty Worksheets|Documentation

    This article shows you code explaining how to detect empty Worksheets of Excel workbooks programmatically using Aspose.Cells for Python via .NET library....Detecting Empty Worksheets Contents [ Hide ] Check for Populated...Populated Cells Worksheets can have one or more cells populated with...

    docs.aspose.com/cells/python-net/detecting-empt...
  4. Public API Changes in Aspose.Cells 8.4.2|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....data is present on the same worksheet from cell A1 to D4. Java //Add...chart collection int idx = worksheet . getCharts (). add ( ChartType...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Create and Save New Workbooks|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.... Get current Worksheet. \3. Insert some text in any...Workbooks . Add (); Excel . Worksheet worksheet = newWorkbook . ActiveSheet...

    docs.aspose.com/cells/net/create-and-save-new-w...
  6. Auto Fit Row and Column|Documentation

    Learn how to Autofit Row and Column through the Aspose.Cells for Java API....height of a row is to call the Worksheet.autoFitRow method. The autoFitRow...first worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/java/auto-fit-row-and-col...
  7. Wrapping Cell Text|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....Wrapping Cell Text To create a worksheet with two cells, one with wrapped...and one without: Set up the worksheet: Create a workbook. Access...

    docs.aspose.com/cells/net/wrapping-cell-text/
  8. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel Worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....configure page setup settings for worksheets to control the printing process...Workbook class contains the Worksheets collection that allows access...

    docs.aspose.com/cells/cpp/setting-margins/
  9. Show and Hide Worksheets and Tabs with Node.js ...

    This article provides sample code for using the Node.js API or Node.js Library to programmatically display and hide an Excel Worksheet. Additionally, how to show and hide Excel workbook tabs....Show and Hide Worksheets and Tabs with Node.js via C++ Contents...including worksheets and tabs. Show and Hide a Worksheet An Excel...

    docs.aspose.com/cells/nodejs-cpp/show-and-hide-...
  10. Chart to Image with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...the newly added worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-to-image/