Sort Score
Result 10 results
Languages All
Labels All
Results 4,741 - 4,750 of 100,089 for

workbook

(0.16 sec)
  1. 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...
  2. How to Format Number to Special|Documentation

    This article will introduce how to format number to special using 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-...
  3. How to Format Number to Time|Documentation

    This article introduces how to format numbers to time using Aspose.Cells for JavaScript via C++ API....time‑related data in your workbook is consistent, which is crucial... Step 2: Open an Existing Workbook from File Input Use a file...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  4. XML Maps|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....AI Document Assistant Close Workbook Settings Using WorkbookMetadata...

    docs.aspose.com/cells/java/xml-maps/
  5. Save unauthorized character - Free Support Foru...

    Hello. I want to generate an Excel file using the following code: var wb = new Workbook(); wb.save(@"D:\Temp\[2025_05_20-12_03_00_496] test.xlsx"); After what the file is generated but It’s cannot be opened. image.pn…...following code: var wb = new Workbook(); wb.save(@"D:\Temp\[202...} // Proceed with creating workbook only if filename is valid...

    forum.aspose.com/t/save-unauthorized-character/...
  6. Delete Named Ranges|Documentation

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for .NET....Microsoft Excel and open the workbook that contains the named range...Manager dialog box. Save the workbook to retain the changes. Delete...

    docs.aspose.com/cells/net/delete-named-ranges/
  7. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook Workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…... Workbook workbook = new Workbook("cicciofessa.xlsx");...xlsx"); Worksheet worksheet = workbook.getWorksheets().get(0); InsertOptions...

    forum.aspose.com/t/insertcolumns-not-work-fine-...
  8. Creating Pie Chart with Leader Lines|Documentation

    Learn how to use Aspose.Cells for .NET to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....we will first create a new Workbook and input some data that will...chart in image format and the workbook in XLSX format. Resultant...

    docs.aspose.com/cells/net/creating-pie-chart-wi...
  9. Convert Excel to Pandas DataFrame|Documentation

    Convert Excel to Pandas DataFrame using Aspose.Cells for Python via .NET API....NET: Create a Workbook and add some values. Traverse...Python via .NET: Create a Workbook and add some values. Export...

    docs.aspose.com/cells/python-net/convert-excel-...
  10. 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 C# API or .NET Library....class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/net/setting-margins/