Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 96,002 for

workbook

(0.1 sec)
  1. Convert Excel to Pdf, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more using JavaScript via C++....conversion means to load a workbook in one file format and save...into another. Convert Excel Workbook to PDF PDF files are widely...

    docs.aspose.com/cells/javascript-cpp/convert-wo...
  2. Different Ways to Save Files with Node.js via C...

    Aspose.Cells for Node.js via C++ can save files to different formats including PDF, HTML, DOCX, PPTX, JSON, and MHTML....Cells provides the Workbook which represents a Microsoft...Excel files. The Workbook class provides the Workbook.save(string...

    docs.aspose.com/cells/nodejs-cpp/different-ways...
  3. Managing Page Breaks in Jython|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 import Workbook from com . aspose . cells...Instantiating a Workbook object workbook = Workbook ( dataDir + "Book1...

    docs.aspose.com/cells/java/managing-page-breaks...
  4. Insert Hyperlinks in Worksheet|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.... C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/net/insert-hyperlinks-in-...
  5. Convert-Excel-to-JSON with JavaScript via C++|D...

    Learn how to convert an Excel file to JSON using Aspose.Cells for JavaScript via C++....Cells supports converting a Workbook to JSON (JavaScript Object...Notation) file. Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  6. Copy Shapes between Worksheets with C++|Documen...

    Learn how to copy shapes, charts, and other drawing objects between worksheets using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...worksheet Worksheet pictureSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/copy-shapes-between-w...
  7. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for JavaScript via C++....sample code creates an empty workbook and then saves it as PDF after...head > < body > < h1 > Save Workbook to PDF Example </ h1 > < input...

    docs.aspose.com/cells/javascript-cpp/avoid-blan...
  8. Saving Files in Jython|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 import Workbook from com . aspose . cells...Creating an Workbook object with an Excel file path workbook = Workbook...

    docs.aspose.com/cells/java/saving-files-in-jython/
  9. 在工作簿之间复制工作表|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....between Workbook.xlsx" ; //Create a new Workbook. Workbook excelWorkbook0...excelWorkbook0 = new Workbook (); //Get the first worksheet in the...

    docs.aspose.com/cells/zh/net/copy-worksheets-be...
  10. 在Jython中复制和移动工作表|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 import Workbook from com . aspose . cells...# Copy Worksheets within a Workbook self . copy_worksheet () #...

    docs.aspose.com/cells/zh/java/copying-and-movin...