Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 102,520 for

workbook

(0.07 sec)
  1. 通过Node.js与C++加密Excel文件|Documentation

    学习如何使用Aspose.Cells for Node.js via C++加密和密码保护Excel文件。...Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify XOR encryption...

    docs.aspose.com/cells/zh/nodejs-cpp/encrypting-...
  2. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...( customEngine . get ()); workbook . CalculateFormula ( calculationOptions...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  3. 使用 Node.js 和 C++ 替换工作表中文本框内的标签为文本|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 替换工作表中文本框内的标签为文本..."1$ys" ; const workbook = new AsposeCells . Workbook ( filePath );...forEach (( item , index ) => { workbook . replace ( `< ${ item } >`...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tag...
  4. Getting null pointer exception at times when ex...

    Caused by: com.aspose.cells.CellsException: java.lang.NullPointerException at com.aspose.cells.cxt.a(Unknown Source) ~[aspose-cells.jar:24.7.0] at com.aspose.cells.kk.a_(Unknown Source) ~[aspose-cells.jar:24.7.0] at c…...Workbook.a(Unknown Source) ~[aspose-cells...jar:24.7.0] at com.aspose.cells.Workbook.save(Unknown Source) ~[aspose-cells...

    forum.aspose.com/t/getting-null-pointer-excepti...
  5. 在C++中如何使用颜色调色板|Documentation

    用C++代码向调色板添加自定义颜色,并使用带有Aspose.Cells for C++ API的Excel颜色调色板。...提供了一个名为 Workbook 的类,用于表示 Microsoft Excel 文件。 Workbook 类提供了一个 ChangePalette...(); // Create a new workbook Workbook workbook ; // Check if Orchid...

    docs.aspose.com/cells/zh/cpp/excel-color-palette/
  6. Get Max Range In A Worksheet with C++|Documenta...

    This article describes how to get the max range, max data range, and max display range of Excel files with the Aspose.Cells for C++ library....Create a workbook object and open the Excel file Workbook workbook...in the workbook WorksheetCollection worksheets = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-max-range-in-a-wo...
  7. 在Excel工作簿内复制和移动工作表|Documentation

    学习如何使用Aspose.Cells for C++在Excel工作簿中复制和移动工作表。...); // Create workbook from input file Workbook excelWorkbook1...worksheet (index 2) within the workbook worksheets . AddCopy ( worksheets...

    docs.aspose.com/cells/zh/cpp/copy-and-move-work...
  8. Aspose.Cells 8.5.2中的公共API更改|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 workbook object from source file Workbook workbook = new...new Workbook ( "source.xlsx" ); //Access first worksheet Worksheet...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...it; otherwise create a new workbook const file = fileInput . files...

    docs.aspose.com/cells/javascript-cpp/data-valid...
  10. Adding 2-Color Scale and 3-Color Scale Conditio...

    How to use the Aspose.Cells library in JavaScript via C++ to add conditional formatting for two‑color scales and three‑color scales. By adjusting these criteria, you have more control over how cells look...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...we'll create a new workbook } let workbook ; if ( fileInput ....

    docs.aspose.com/cells/javascript-cpp/adding-2-c...