Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 82,065 for

workbook

(0.1 sec)
  1. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture of range. The image aspose captures look nothing like the excel chart when I open the excel chart and view it. public virtual S…... To export the workbook to MS Word document (DOCX)...as the second parameter of Workbook.Save method. You may also...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  2. Insert a chart|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.... Workbook . Descendants < Sheet >()...//Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/net/insert-a-chart/
  3. Convert Worksheet to CSV|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....method of Workbook object. Java //Instantiate a new workbook with...Excel file path Workbook workbook = new Workbook ( dataPath + "workbook...

    docs.aspose.com/cells/java/convert-worksheet-to...
  4. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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....source Excel file Workbook book = new Workbook ( dir + "sample...instance of Workbook Workbook book = new Workbook (); //Set CheckCustomNumberFor...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Secure PDF Documents with Node.js via C++|Docum...

    Learn how to secure PDF documents by using owner and user passwords, and set permissions for PDF files using Aspose.Cells for Node.js via C++....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...setPrintPermission ( false ); workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/secure-pdf-doc...
  6. Row Column headings incorrectly displayed in HT...

    We have activated display of row/column headings using setExportRowColumnHeadings() in the HTML output When our Excel sheet contains hidden columns, the column headings displayed in HTML do not match anymore the columns…...args) { try { Workbook workbook = new Workbook(“columns hidden...outputPath = "output.html"; workbook.save(outputPath, saveOptions);...

    forum.aspose.com/t/row-column-headings-incorrec...
  7. Add Custom XML Parts and Select them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for Node.js via C++.... Please use Workbook.getCustomXmlParts() method...XML Part by ID, you can use Workbook.getCustomXmlParts() method...

    docs.aspose.com/cells/nodejs-cpp/add-custom-xml...
  8. Working with Colors in Apache POI and Aspose.Ce...

    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/working-with-colors-...
  9. How to Build Aspose.Cells for Go via C++ from t...

    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...."YOUR_LICENSE_File_PATH" ) workbook , _ := NewWorkbook () worksheets...worksheets , _ := workbook . GetWorksheets () worksheet , _ := worksheets...

    docs.aspose.com/cells/go-cpp/how-to-build-aspos...
  10. Create ODS Using Python | products.aspose.com

    Generate Microsoft Excel ODS documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create ODS...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/ods/