Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 102,518 for

workbook

(0.07 sec)
  1. 使用C++通过JavaScript设置图表外观|Documentation

    了解如何在Aspose.Cells for Java脚本通过C++中配置图表的外观。我们的指南将向你展示如何修改图表布局、颜色、字体和效果,以实现理想的视觉风格,并增强你的工作表。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...); // Create or load workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  2. 使用 Node.js 和 C++ 对行和列进行分组与取消分组|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中对行列进行分组和取消分组。...Cells 提供一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 WorksheetCollection...buffer const workbook = new AsposeCells . Workbook ( fileContent...

    docs.aspose.com/cells/zh/nodejs-cpp/grouping-an...
  3. 在xlsx4j中将每个工作表保存为不同的PDF|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....dataDir + "workbook.xlsx" ; //Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/zh/java/save-each-workshe...
  4. 将每个工作表保存为不同的 PDF|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# //Instantiate a new workbook and open the Excel //File...from its location Workbook workbook = new Workbook ( "../../data/test...

    docs.aspose.com/cells/zh/net/save-each-workshee...
  5. 用JavaScript通过C++在文档信息面板中添加自定义属性|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++给工作簿对象添加自定义属性。这些属性可以在文档信息面板中查看。...id = "runExample" > Create Workbook with Custom Properties </..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/adding-...
  6. JSON with Node.js via C++|Documentation

    Learn how to convert Excel Workbook to JSON using Aspose.Cells for Node.js via C++....Cells supports converting a workbook to JSON (JavaScript Object...Notation) file. Convert Excel Workbook to JSON The Aspose.Cells API...

    docs.aspose.com/cells/nodejs-cpp/convert-workbo...
  7. 用 C++ 将 Excel 转换为 JSON|Documentation

    学习如何使用 Aspose.Cells 和 C++ 将 Excel 文件转换为 JSON。...Json 作为 Workbook.Save 方法的第二个参数传入。您还可以使用 JsonSaveOptions...Cells-for-C // Load your source workbook U16String inputFilePath (...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-j...
  8. Image with Node.js via C++|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....export a worksheet from the workbook and convert it into different...different formats. Converting Workbook to TIFF An Excel file can...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  9. Importing from Array|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 (); //...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/net/importing-from-array/
  10. How to Change the Comment Font Color with JavaS...

    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...."text/javascript" > const { Workbook , SaveFormat , TextAlignmentType...'fileInput' ); // Instantiate a new Workbook (if a file is provided, open...

    docs.aspose.com/cells/javascript-cpp/how-to-cha...