Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 82,029 for

workbook

(0.05 sec)
  1. Save ODS File in ODF 1.1, 1.2 and 1.3 Specifica...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells using C++....sample code below creates a workbook object, adds some value to...\\ " ); // Create workbook Workbook workbook ; // Access first...

    docs.aspose.com/cells/cpp/save-ods-file-in-odf-...
  2. Hiding and Showing Rows and Columns with Node.j...

    Learn how to hide and show rows and columns in a worksheet using Aspose.Cells for Node.js via C++....via C++ provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/nodejs-cpp/hiding-and-sho...
  3. 使用 C++ 取消保护工作表|Documentation

    了解如何使用 Aspose.Cells for C++ 取消保护工作表。...; // Create a Workbook object Workbook workbook ( inputFilePath...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/unprotect-a-worksh...
  4. Protecting and Unprotecting Workbooks in VSTO 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....Protecting and Unprotecting Workbooks in VSTO and Aspose.Cells Contents...Microsoft Excel file, protect the workbook with structure and Windows...

    docs.aspose.com/cells/net/protecting-and-unprot...
  5. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization....APIs, it loads the existing workbook which contains a chart in...xls" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/manipulate-position-s...
  6. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells with C++....; void PrintTables ( Workbook & workbook , ExternalConnection..." ); // Load workbook object Workbook workbook ( srcDir + u "sample...

    docs.aspose.com/cells/cpp/find-query-tables-and...
  7. Convert Excel to Pdf, Image, and other formats ...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML, and more using Aspose.Cells for C++....conversion means loading a workbook in one file format and saving...into another. Convert Excel Workbook to PDF PDF files are widely...

    docs.aspose.com/cells/cpp/convert-workbook-to-d...
  8. How to Print Excel as Fitted Pages Wide and Tal...

    Learn to set fit_to_pages_wide and fit_to_pages_tall properties for Excel printing using Aspose.Cells for Python via .NET API....configure in Microsoft Excel: Open workbook and select worksheet Navigate...import Workbook # Instantiating a Workbook object workbook = Workbook...

    docs.aspose.com/cells/python-net/how-to-print-e...
  9. 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-...
  10. 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...