Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 82,048 for

workbook

(0.05 sec)
  1. HTML with C++|Documentation

    Convert Excel to HTML and MHTML format using Aspose.Cells with C++....[ Hide ] Converting Excel Workbook to HTML The Aspose.Cells API...below shows how to save a workbook as an HTML file using C++:...

    docs.aspose.com/cells/cpp/convert-excel-to-html/
  2. Setting Page Options in Php|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....Instantiating a Workbook object by excel file path $workbook = new Workbook...Excel file $worksheets = $workbook -> getWorksheets (); $sheet_index...

    docs.aspose.com/cells/java/setting-page-options...
  3. 通过Node.js通过C++保存文件的不同方法|Documentation

    Aspose.Cells for Node.js via C++可以将文件保存为不同的格式,包括PDF、HTML、DOCX、PPTX、JSON和MHTML。...Cells提供了 Workbook ,代表Microsoft Excel文件,具有操作Excel文件所需的属性和方法。...Excel文件,具有操作Excel文件所需的属性和方法。 Workbook 类提供用于保存Excel文件的 Workbook.save(string, SaveFormat)...

    docs.aspose.com/cells/zh/nodejs-cpp/different-w...
  4. Public API Changes in Aspose.Cells 8.6.1|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....a spreadsheet Workbook workbook = new Workbook ( inputFilePath...with preset HtmlSaveOptions workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Show and Hide Worksheets and Tabs with Node.js ...

    This article provides sample code for using the Node.js API or Node.js Library to programmatically display and hide an Excel worksheet. Additionally, how to show and hide Excel Workbook tabs....show and hide elements of a workbook including worksheets and tabs...class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/nodejs-cpp/show-and-hide-...
  6. Unprotect a Worksheet with Node.js via C++|Docu...

    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....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Accessing the first worksheet...

    docs.aspose.com/cells/nodejs-cpp/unprotect-a-wo...
  7. 如何以及在哪里使用Node.js通过C++的枚举器|Documentation

    学习如何通过Aspose.Cells for Node.js via C++ API使用枚举器。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...); const cells = workbook . getWorksheets (). get ( 0 ). getCells...

    docs.aspose.com/cells/zh/nodejs-cpp/how-and-whe...
  8. 使用 Node.js 通过 C++ 转换 Excel 为 JSON|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将 Excel 文件转换为 JSON。...Json 作为 Workbook.save(string, SaveFormat) 方法的第二个参数传递。你也可以使用...source workbook const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  9. Autofit Rows and Columns in Python|Documentation

    Learn how to Autofit Rows and Columns through the Aspose.Cells for Python Via Java API....Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + 'Book1.xls' ) \ # Accessing the...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  10. 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 by using Aspose.Cells for Python via .NET API....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/python-net/convert-workbo...