Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 103,581 for

workbook

(0.2 sec)
  1. 使用 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...
  2. Save Each Worksheet to a Different PDF File wit...

    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 , PdfSaveOptions , SheetSet...arrayBuffer (); // Instantiate a new workbook and open the Excel file from...

    docs.aspose.com/cells/javascript-cpp/save-each-...
  3. 使用Node.js通过C++计算Excel 2016中的MINIFS和MAXIFS函数|Doc...

    本文介绍如何使用Aspose.Cells库在Microsoft Excel 2016中通过Node.js的C++调用来计算MINIFS和MAXIFS函数。加载现有Excel文件或创建新文件,然后使用Aspose.Cells的方法计算这些函数并将结果保存到磁盘。...2016的MINIFS和MAXIFS函数 以下示例代码加载 示例Excel文件 ,调用 Workbook.calculateFormula() 方法,通过Aspose...xlsx" ); // Load your source workbook containing MINIFS and MAXIFS...

    docs.aspose.com/cells/zh/nodejs-cpp/calculation...
  4. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for JavaScript via C++ API.... Finally, it saves the workbook as the output Excel file ..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/access-and...
  5. Add Pivot Connection with Node.js via C++|Docum...

    Learn how to add a pivot connection using Aspose.Cells for Node.js via C++.... Finally, it saves the workbook as the output Excel file ...slicer. const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/add-pivot-conn...
  6. 通过Node.js读取和写入带有查询表数据源的表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++读取和写入带有QueryTable数据源的表。..."output" ); // Load workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( sourceDir , "SampleTableWithQuery...

    docs.aspose.com/cells/zh/nodejs-cpp/read-and-wr...
  7. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...Open the template file Workbook workbook ( inputFilePath ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...
  8. Lock or unlock shapes with JavaScript via C++|D...

    This article shows you code explaining how to lock or unlock shapes to protect them using Aspose.Cells library for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , ProtectionType...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/lock-or-un...
  9. Manage DataLabels of Excel Charts|Documentation

    Learn how to effectively manage data labels in Excel charts using Aspose.Cells for .NET. Our comprehensive guide covers various management tasks, including adding, removing, and modifying labels to enhance chart readability and usability....Create a new workbook and get the first worksheet. Workbook workbook...workbook = new Workbook (); Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/net/insert-datalabels-to-...
  10. Worksheet To Image in 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...Instantiate a workbook with path to an Excel file book = Workbook ( dataDir...

    docs.aspose.com/cells/java/worksheet-to-image-i...