Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 99,948 for

workbook

(0.12 sec)
  1. How to Merge Cells in Excel using Python

    This quick tutorial guides on how to merge cells in Excel using Python. It contains all the necessary resources required to configure the development environment, a detailed steps and a runnable sample code to merge two cells in Excel using Python....using Python , the resultant workbook can be saved as an XLSX or...to merge cells Create a new Workbook object Get a reference to...

    kb.aspose.com/cells/python/how-to-merge-cells-i...
  2. Working with ContentTypeProperties|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....Cells provides Workbook.ContentTypePropertie.Add method...Assistant Close Replace text in a workbook using Regular Expression Release...

    docs.aspose.com/cells/net/working-with-contentt...
  3. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...Create workbook object const workbook = new Workbook (); // Access...

    docs.aspose.com/cells/javascript-cpp/change-the...
  4. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...2 ); // Save the PDF file workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/limit-the-numb...
  5. XLS file becomes unsavable after the first save...

    Hi Aspose team, I’m having an issue with the XLS file. After loading and saving it the first time, I tried to load the output file and save it again (second time), but it throws an error: “Index was outside the bounds o…...var workbook = new Workbook(@"D:\original.xls"); workbook.Save(@"D:\output...Inspect the Workbook : Before saving the workbook, check for any...

    forum.aspose.com/t/xls-file-becomes-unsavable-a...
  6. Export Excel to HTML with GridLines|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....following sample code creates a workbook, fills its worksheet with...Excel to HTML Export Document, Workbook, and Worksheet Properties...

    docs.aspose.com/cells/python-net/export-excel-t...
  7. 将Excel转换为高分辨率图像——使用C++|Documentation

    使用Aspose.Cells与C++从Excel文件生成高分辨率图像。...// Load the Excel file Workbook workbook ( u "input.xlsx" ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  8. Convert Table to ODS with Node.js via C++|Docum...

    Learn how to convert an Excel file with a table to ODS format using Aspose.Cells for Node.js via C++....in it const workbook = new AsposeCells . Workbook ( path . join...xlsx" )); // Save the file workbook . save ( path . join ( outputDir...

    docs.aspose.com/cells/nodejs-cpp/convert-table-...
  9. Open a spreadsheet document for read-only acces...

    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 workbook = new Workbook ( filepath );...

    docs.aspose.com/cells/net/open-a-spreadsheet-do...
  10. Using Anonymous Types or Custom Objects in Aspo...

    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....worksheet (default sheet) in the workbook. Aspose . Cells . Worksheet...Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input some markers...

    docs.aspose.com/cells/net/using-anonymous-types...