Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 100,573 for

workbook

(0.09 sec)
  1. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells.... Finally, it saves the workbook in output XLSX and output...column. Finally, it saves the workbook in output XLSX format. Sample...

    docs.aspose.com/cells/python-net/create-slicer/
  2. Update Excel Files using .NET | products.aspose...

    Edit Microsoft Excel XLSX, XLS, CSV documents without installing Microsoft Office with C# .NET based applications....NET API provides Workbook class that handles the loading...Process is simple. Create the Workbook object by providing the source...

    products.aspose.com/total/net/update/
  3. Update Excel Files using Java | products.aspose...

    Edit Microsoft Excel XLSX, XLS, CSV documents without installing Microsoft Office within Java based applications....Cells for Java API provides Workbook class that handles the loading...Process is simple. Create the Workbook class object by providing...

    products.aspose.com/total/java/update/
  4. Export Data from a PDF Form to Excel using C#

    Follow this article to export data from a PDF form to Excel using C#. It has details to set the IDE, a list of steps, and a sample code to export data from Adobe form to Excel using C#....the Workbook object using Aspose.Cells Save the workbook as an...Aspose.Cells.Workbook object and save the workbook as an XLSX file...

    kb.aspose.com/total/net/export-data-from-a-pdf-...
  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. 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-...
  7. How to Convert Excel to HTML in Node.js

    In this simple topic explanation is provided on how to convert Excel to HTML in Node.js. You can configure the generated HTML file using a number of properties before you export Excel to HTML in Node.js....converted to an HTML using the Workbook class instance Instantiate...it using an instance of the Workbook class and then configuring...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...
  8. How to Create Excel Pie Chart in C#

    This topic shows on how to create Excel Pie chart in C# in WinForms .NET or ASP.NET app without using MS Excel interop....Create a Workbook object to create a new Excel workbook Get the...the first worksheet in the workbook and add data to the worksheet...

    kb.aspose.com/cells/net/how-to-create-excel-pie...
  9. Insert a Page Break in Excel with Node.js

    Refer to this article to insert a page break in Excel with Node.js. Get IDE settings, a list of steps, and a sample code to add page break in Excel with Node.js....target spreadsheet into the Workbook class object Access the worksheet...page break Save the resultant workbook with manual page breaks These...

    kb.aspose.com/cells/nodejs/insert-a-page-break-...
  10. Export Data from a PDF Form to Excel using Java

    Follow this article to export data from a PDF form to Excel using Java. It shares details for the IDE settings, a list of steps, and a sample code to extract fields from PDF to Excel using Java....then load the XML file into a Workbook for saving it as an XLSX file...loading the XML file Load the Workbook class object to load the XML...

    kb.aspose.com/total/java/export-data-from-a-pdf...