Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 102,519 for

workbook

(0.16 sec)
  1. 在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...
  2. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between Workbooks using Aspose.Cells for JavaScript via C++. Efficiently manage your Workbook structures....Worksheets Within and Between Workbooks with JavaScript via C++ Contents...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/javascript-cpp/copy-and-m...
  3. 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...
  4. Save Each Worksheet to a Different PDF in xlsx4...

    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....dataDir + "workbook.xlsx" ; // Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/java/save-each-worksheet-...
  5. Different Ways to Save Files with C++|Documenta...

    Aspose.Cells for C++ can save files to different formats. Save files to PDF, HTML, DOCX, PPTX, JSON, and MHTML....Cells provides the Workbook which represents a Microsoft...work with Excel files. The Workbook class provides the Save method...

    docs.aspose.com/cells/cpp/different-ways-to-sav...
  6. Setting Margins with Node.js via C++|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. Also learn how to programmatically set margins for page center, header, and footer using the Node.js API via C++....class, Workbook , that represents an Excel file. The Workbook class...class contains the Workbook.getWorksheets() collection that allows...

    docs.aspose.com/cells/nodejs-cpp/setting-margins/
  7. 使用C++进行页面设置功能|Documentation

    学习如何使用Aspose.Cells结合C++配置Excel文件中的页面设置功能。...{ // Create a new workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/page-setup-features/
  8. Convert Excel to PDF, Image, and other formats ...

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

    docs.aspose.com/cells/cpp/convert-workbook-to-d...
  9. Public API Changes in Aspose.Cells 8.6.2|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....ISmartMarkerCallBack { Workbook workbook ; internal SmartMarkerCallBack...SmartMarkerCallBack ( Workbook workbook ) { this . workbook = workbook ; } public...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. Merge Multiple Worksheets into a Single Workshe...

    Combine multiple worksheets into a single worksheet by using Java code and the Aspose.Cells for Java API....example that reads a source workbook and combines the data of all...worksheet inside a destination workbook. How to Combine Worksheets...

    docs.aspose.com/cells/java/combine-multiple-wor...