Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 82,045 for

workbook

(0.06 sec)
  1. Saving File to Response Object with Python.NET|...

    Learn how to save Excel files directly to HTTP response streams using Aspose.Cells for Python via .NET....cells import Workbook , XlsSaveOptions # For complete...Load your source workbook workbook = Workbook () Response = None...

    docs.aspose.com/cells/python-net/saving-file-to...
  2. Save Each Worksheet to Different PDF in xlsx4j|...

    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....dataDir + "workbook.xlsx" ; //Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/java/save-each-worksheet-...
  3. Setting Margins with Node.js via C++|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. Also learn how to programmatically set margins for page center, header, and footer using the Node.js API via C++....class, Workbook , that represents an Excel file. The Workbook class...class contains the Workbook.getWorksheets() collection that allows...

    docs.aspose.com/cells/nodejs-cpp/setting-margins/
  4. Merge Multiple Worksheets into a Single Workshe...

    Combine multiple worksheets into single worksheet by using Java code and Aspose.Cells for Java API....example that reads a source workbook and combines the data of all...worksheet inside a destination workbook. How to Combine Worksheets...

    docs.aspose.com/cells/java/combine-multiple-wor...
  5. Manage settings of Excel spreadsheet files with...

    Manage settings of Excel files using Aspose.Cells for Node.js via C++....via C++ Contents [ Hide ] Workbook Settings Overview Working...when you might need to manage workbook settings: Adjusting display...

    docs.aspose.com/cells/nodejs-cpp/workbook-setti...
  6. Different Ways to Save Files with C++|Documenta...

    Aspose.Cells for C++ can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....Cells provides the Workbook which represents a Microsoft...work with Excel files. The Workbook class provides the Save method...

    docs.aspose.com/cells/cpp/different-ways-to-sav...
  7. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in C#....chart data workbook. IChartDataWorkbook workbook = chart . ChartData...ChartData . Series . Add ( workbook . GetCell ( worksheetIndex...

    docs.aspose.com/slides/net/create-chart/
  8. Get the Version Number of the Application that ...

    Learn how to retrieve the version number of the application that created an Excel document using Aspose.Cells with C++....Cells provides the Workbook.GetVersion() property for...demonstrates the use of the Workbook.GetVersion() property. It...

    docs.aspose.com/cells/cpp/get-the-version-numbe...
  9. Calculation of Array Formula of Data Tables wit...

    Learn how to calculate array formulas for Excel data tables using Aspose.Cells for Python via .NET API. Modify and save spreadsheets programmatically.... Please use workbook.calculate_formula() as normal...os from aspose.cells import Workbook # For complete examples and...

    docs.aspose.com/cells/python-net/calculation-of...
  10. Opening Files 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....Opening from path \# Creatin an Workbook object with an Excel file...file path workbook1 = self . Workbook ( self . dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/opening-files-in-pyt...