Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 82,033 for

workbook

(0.09 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. 使用 C++ 设置数字格式|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库,支持多种单元格数字设置。本文将介绍如何使用Aspose.Cells库管理单元格的数字格式,以便根据需要调整电子表格中的数字格式。...Cells提供了一个表示Microsoft Excel文件的类, WorkbookWorkbook 类包含一个 Worksheets 集合,..." ); Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/cells-number-setti...
  5. 如何用 Node.js 通过 C++ 改变 Excel 中评论的背景|Documentation

    使用 Aspose.Cells for Node.js via C++ 改变评论颜色并在评论中插入图片或图像。...该文件用于初始化下面的代码中的 Workbook 对象。 const path = require (...new workbook. const workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  6. Create Dynamic Charts|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....understand, we will create the Workbook from scratch and move forward...outlined below. Create an empty Workbook. Access the Cells of first...

    docs.aspose.com/cells/java/create-dynamic-charts/
  7. 用 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...
  8. Public API Changes in Aspose.Cells 8.8.0|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....( byteArray ); Workbook workbook = new Workbook ( stream , loadOptions...loadOptions ); Worksheet sheet = workbook . Worksheets [ 0 ]; sheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. Public API Changes in Aspose.Cells 8.9.0|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....instance of Workbook Workbook book = new Workbook ( dir + "sample...instance of Workbook Workbook book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. 使用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/