Sort Score
Result 10 results
Languages All
Labels All
Results 3,431 - 3,440 of 82,029 for

workbook

(0.06 sec)
  1. Merge XLSX Files Online or using C++ | products...

    Free online app to combine different XLSX files. C++ merging library code to merge XLSX worksheets into other formats....XLSX using Workbook objects. Select the one Workbook as the base...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/cpp/merge/xlsx/
  2. How to Format Number as Date with C++|Documenta...

    This article will introduce how to format number to date using Aspose.Cells for C++ API....(); // Create a new workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-number-to-date/
  3. How to Format Number to Special|Documentation

    This article will introduce how to Format Number to Specialusing Aspose.Cells for Python via .NET API....aspose-cells-python Step 2: Create a Workbook and Access a Worksheet You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/python-net/how-to-format-...
  4. Public API Changes in Aspose.Cells 8.9.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....an instance of Workbook var book = new Workbook ( dir + "sample...an instance of Workbook var book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Aspose.Cells - Assigning formulas corrupts Exce...

    I perform the actions: reassign formulas, this action occurs without error. Then for some reason the file cannot be opened through Excel. The file is corrupted. If I restore the file, the formulas are broken. Aspose.C…...xlsx"; var workbook = new Workbook(input); var ws = workbook.Worksheets...Problem here } } workbook.CalculateFormula(); workbook.Save(output);...

    forum.aspose.com/t/aspose-cells-assigning-formu...
  6. Add Images in Spreadsheet 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....//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . getWorksheets (). get ( 0 ); //Adding...

    docs.aspose.com/cells/java/add-images-in-spread...
  7. Add Custom XML Parts and Select them by ID with...

    Learn how to add and select custom XML parts in Excel files using Aspose.Cells with C++.... Use the Workbook.CustomXmlParts.Add() method...Part by ID, you can use the Workbook.CustomXmlParts.SelectByID()...

    docs.aspose.com/cells/cpp/add-custom-xml-parts-...
  8. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting Excel to PDF using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook wb ( inputFilePath );...formulas, it is best to call Workbook.CalculateFormula() just before...

    docs.aspose.com/cells/cpp/limit-the-number-of-p...
  9. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set the margins for the page centre, the header and footer margins of Page Setup using the Aspose.Cells for Python via .NET API....class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/python-net/setting-margins/
  10. Freeze Panes in Apache POI and Aspose.Cells|Doc...

    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 a WorksheetCollection...

    docs.aspose.com/cells/java/freeze-panes-in-apac...