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

workbook

(0.2 sec)
  1. Format Rows and Columns with JavaScript via C++...

    Aspose.Cells for JavaScript via C++ can support changing row height or column width, as well as applying formatting on rows or columns....via C++ provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/javascript-cpp/adjusting-...
  2. Formatting Pivot Table|Documentation

    How to format pivot table with Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/javascript-cpp/formatting...
  3. 通过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-...
  4. Setting Page Options with JavaScript via C++|Do...

    This article provides sample code to set page options of Excel worksheets programmatically using JavaScript via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/javascript-cpp/setting-pa...
  5. Convert JSON to Excel with JavaScript via C++|D...

    Learn how to convert a JSON file to an Excel Workbook with Aspose.Cells for JavaScript via C++....to an Excel workbook. Convert JSON to Excel Workbook No need to...convert a JSON file to an Excel workbook, because Aspose.Cells for...

    docs.aspose.com/cells/javascript-cpp/convert-js...
  6. 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...
  7. Fail to calculate CELL("filename") - Free Suppo...

    Upon calling calculateFormula on a Workbook that has a cell with =CELL("filename", B2) formula fails to calculate the cell. Screenshot 2025-09-26 at 10.20.57 AM.jpg (146.0 KB) Excel file to repro: image.png (20.7 KB)...calling calculateFormula on a workbook that has a cell with =CELL("filename"...formula not calculating in your workbook may be related to how Aspose...

    forum.aspose.com/t/fail-to-calculate-cell-filen...
  8. 在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/
  9. Zoom Factor in Python|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.... Python Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/zoom-factor-in-python/
  10. 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...