Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 102,522 for

workbook

(0.26 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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-...
  5. 插入新工作表|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.... Workbook . GetFirstChild < Sheets >();...and associate it with the workbook. Sheet sheet = new Sheet ()...

    docs.aspose.com/cells/zh/net/insert-a-new-works...
  6. Combine Multiple Worksheets into a Single Works...

    Learn how to combine multiple worksheets into a single worksheet using Aspose.Cells for Node.js via C++....example that reads a source workbook and combines the data of all...worksheet inside a destination workbook. The following code snippet...

    docs.aspose.com/cells/nodejs-cpp/combine-multip...
  7. 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...
  8. 如何管理日期和时间|Documentation

    学习如何通过Aspose.Cells for JavaScript用C++管理日期和时间。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Creating a new Workbook object const workbook = new Workbook (); // Set...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  9. 在 Node.js 中插入范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中插入范围并移动其他数据。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-rang...
  10. Worksheet Views with JavaScript via C++|Documen...

    This article describes how to use JavaScript and the JavaScript API to interact with the page‑break preview of an Excel Workbook and its worksheets. Work with split panes, frozen panes, and zoom factor as well....Cells provides a Workbook class that represents a Microsoft...Excel file. The Workbook class contains a workbook.worksheets collection...

    docs.aspose.com/cells/javascript-cpp/worksheet-...