Sort Score
Result 10 results
Languages All
Labels All
Results 6,111 - 6,120 of 161,016 for

workbook

(0.16 sec)
  1. Printing Range of Pages using SheetRender and W...

    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....to print range of pages of workbook or worksheet. The following...prints the pages 2-5 of the workbook and worksheet. Create Transparent...

    docs.aspose.com/cells/net/printing-range-of-pag...
  2. VbaProjectReference | Aspose.Cells for Java API...

    Represents the reference of VBA project....//Instantiating a Workbook object Workbook workbook = new Workbook(); //...project. VbaProject vbaProject = workbook.getVbaProject(); // Add vba...

    reference.aspose.com/cells/java/com.aspose.cell...
  3. Add and Retrieve Data|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....Cells provides a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains an Worksheets collection...

    docs.aspose.com/cells/cpp/add-and-retrieve-data/
  4. Picture | Aspose.Cells for Java API Reference

    Encapsulates the object that represents a single picture in a spreadsheet....//Instantiating a Workbook object Workbook workbook = new Workbook(); //Adding...worksheet to the Workbook object int sheetIndex = workbook.getWorksheets()...

    reference.aspose.com/cells/java/com.aspose.cell...
  5. Asposecells library getting stuck in Gunicorn -...

    Deploying a flask api in python using Gunicorn server. On The asposecells library call the run gets stuck.this same program when tried on cherrypy causes no issue. Please help....api import Workbook app = Flask(__name__) @app...def create_excel(): workbook = Workbook() # Add your logic here...

    forum.aspose.com/t/asposecells-library-getting-...
  6. How to Adjust Row Height in Excel using Python

    This article guides on how to adjust row height in Excel using Python. It has the environment settings and programming steps along with a sample code to change height of row in Excel using Python....to set rows height Load the Workbook with multiple sheets to change...worksheet from the loaded workbook to perform different operations...

    kb.aspose.com/cells/python/how-to-adjust-row-he...
  7. How to Adjust Row Height in Excel using C#

    This quick tutorial will guide you how to adjust row height in Excel using C#. You can change Excel row height using C# using a few lines of code in Windows, macOS or Linux.... you will load the sample workbook and then adjust the height...in the code Load the sample workbook containing multiple worksheets...

    kb.aspose.com/cells/net/how-to-adjust-row-heigh...
  8. How to Convert Excel to HTML in C++

    This simple tutorial discusses how to convert Excel to HTML in C++. You can change Excel to HTML in C++ to display information on a webpage using any browser on common operating systems like Linux, MS Windows or macOS....the input XLSX file using a Workbook class object and set different...input Excel file with the Workbook class object for converting...

    kb.aspose.com/cells/cpp/how-to-convert-excel-to...
  9. How to Insert Image in Excel using Node.js

    This article guides on how to insert image in Excel using Node.js. It contains the IDE settings, a list of programming steps, and a runnable sample code to insert picture in Excel cell using Node.js....insert an image Create a new Workbook and access a sheet where the...image file Save the resultant workbook with an image in it These...

    kb.aspose.com/cells/nodejs/how-to-insert-image-...
  10. Save Specified Worksheets to PDF|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....all visible worksheets in a workbook to pdf file. With PdfSaveOptions...indicates visible sheets in a workbook, and SheetSet.All indicates...

    docs.aspose.com/cells/java/save-specified-works...