Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 102,523 for

workbook

(0.14 sec)
  1. Change the format of a cell|Documentation

    How to use Aspose.Cells library in JavaScript via C++ to change the formatting of cells, including font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....steps: Open Excel and open the workbook that contains the cell you...example, we create an Excel workbook, add some sample data, access...

    docs.aspose.com/cells/javascript-cpp/how-to-cha...
  2. 使用JavaScript通过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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Create workbook from source excel file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/reading...
  3. Create New Spreadsheet in xlsx4j|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....Create New Spreadsheet The Workbook class is available for simple...Instantiating a Workbook object Workbook workbook = new Workbook (); //...

    docs.aspose.com/cells/java/create-new-spreadshe...
  4. 通过Node.js使用C++降低Cell.Calculate方法的计算时间|Documenta...

    本文介绍如何使用Aspose.Cells库,通过Node.js的C++,减少Excel中单元格计算方法的计算时间。...Hide ] 可能的使用场景 通常,我们建议用户调用 Workbook.calculateFormula() 方法一次,然..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/decrease-th...
  5. How to change background of a comment in Excel ...

    How to change color in a comment in Excel. How to insert a picture or image in a comment in Excel using C++....is used to initialize the Workbook object in the code below....srcDir + u "example.xlsx" ; Workbook book ( inputPath ); Worksheet...

    docs.aspose.com/cells/cpp/how-to-set-comment-ba...
  6. 通过JavaScript和C++管理Excel图表的数据标签|Documentation

    学习如何有效管理Excel图表中的数据标签,使用Aspose.Cells for Java脚本通过C++。本指南涵盖添加、删除和修改标签等多种管理任务,以提升图表的可读性和实用性。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate a new Workbook object const workbook = new Workbook (); // Adding...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  7. 管理包含宏的 Excel 工作簿的 VBA 代码|Documentation

    通过 C++ 使用 Aspose.Cells for JavaScript 添加 VBA 模块并修改 VBA 或宏。...请使用 Workbook.add(Worksheet) 方法在工作簿中添加新的..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/manage-...
  8. 获取单元格范围|Documentation

    了解如何通过Aspose.Cells for Java脚本通过C++ API获取单元格范围。...Cells Example - Create Workbook and Inspect Cells </ h1 >..."text/javascript" > const { Workbook , SaveFormat , FileFormatType...

    docs.aspose.com/cells/zh/javascript-cpp/get-cel...
  9. Draw Timeline while rendering Excel to PDF with...

    Manage timelines of Excel files with Aspose.Cells with C++.... It then saves the workbook as the output PDF file ( output...unique_ptr < Workbook > wb = std :: make_unique < Workbook > ( inputFilePath...

    docs.aspose.com/cells/cpp/draw-timeline-while-r...
  10. Managing OLE Objects with C++|Documentation

    Learn how to add, extract, and manipulate OLE objects in worksheets using Aspose.Cells with C++....\\ " ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...SetObjectData ( data ); } workbook . Save ( outDir + u "output...

    docs.aspose.com/cells/cpp/managing-ole-objects/