Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 87,175 for

workbook

(0.12 sec)
  1. Create XLTM using Python | products.aspose.com

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

    products.aspose.com/total/python-java/create/xltm/
  2. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...file containing pivot table Workbook wb ( inputFilePath ); // Access... Get ( idx ); // Save the workbook in output XLSX format wb ...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  3. Public API Changes in Aspose.Cells 8.9.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....Initialize Workbook instance var book = new Workbook (); // Access...Initialize Workbook instance var book = new Workbook (); // Access...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. Json|Documentation

    Learn how to convert excel Workbook to json with Aspose.Cells for Python via .NET API....NET supports converting a workbook to Json(JavaScript Object...Notation) file. Convert Excel Workbook to JSON The Aspose.Cells for...

    docs.aspose.com/cells/python-net/convert-workbo...
  5. 用 C++ 将 JSON 转换为 Excel|Documentation

    学习如何用 C++ 和 Aspose.Cells 将 JSON 转换为 Excel 文件。...Create a Workbook object from a JSON file Workbook workbook ( u "sample...Save the file to xlsx format workbook . Save ( u "sample_out.xlsx"...

    docs.aspose.com/cells/zh/cpp/convert-json-to-ex...
  6. 使用Aspose.Cells查找单元格中的值|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 Workbook workbook = new Workbook ( "workbook...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/find-value-in-cel...
  7. 使用C++给PDF添加水印|Documentation

    了解如何在使用Aspose.Cells的渲染过程中为PDF文件添加文本和图像水印。...(); // Prepare a workbook with 3 pages. Workbook wb ; wb . GetWorksheets...( watermark ); // Save the workbook with the watermark. wb . Save...

    docs.aspose.com/cells/zh/cpp/add-watermark-to-pdf/
  8. Enable CSS Custom Properties while saving to HT...

    Learn how to enable CSS custom properties when saving Excel files to HTML using Aspose.Cells for Node.js via C++....sample workbook const workbook = new AsposeCells . Workbook ( path...true ); // Save the workbook in HTML workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/enable-css-cus...
  9. Read and Write Table with Query Table Data Sour...

    Learn how to read and write tables with QueryTable as a data source using Aspose.Cells for C++...." ); // Load workbook object Workbook workbook ( srcDir + u ...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/read-and-write-table-...
  10. Json 通过 Node.js 与 C++ 实现|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-wor...