Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 102,715 for

workbook

(0.25 sec)
  1. 用 JavaScript 和 C++ 显示或隐藏行、列和滚动条|Documentation

    本文演示了如何使用 C++ 的 JavaScript API 编程显示和隐藏 Excel 工作表的行和列,控制滚动条的显示,以及高效隐藏多行多列。...JavaScript 提供了一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 worksheets..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  2. 用JavaScript通过C++更改形状的调整值|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel中更改形状的调整值。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Create workbook object from source excel file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  3. How can I add line and connect two simple image...

    How can I add line and connect two simple image using Aspose.Cells for Java? For Example : Screenshot 2026-02-13 104948.jpg (8.8 KB)...via existing API Workbook workbook = new Workbook(); ShapeCollection...ShapeCollection shapes = workbook.getWorksheets().get(0).getShapes(); //...

    forum.aspose.com/t/how-can-i-add-line-and-conne...
  4. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....CalculateFormula method of the Workbook class, which processes all...); // Create a new workbook Workbook workbook ; // Add a new worksheet...

    docs.aspose.com/cells/cpp/calculate-formulas/
  5. Update Power Query Formula Item with Node.js vi...

    Learn how to update the Power Query Formula item data source in an Excel file using Aspose.Cells for Node.js via C++...."output" ); const workbook = new AsposeCells . Workbook ( path . join...xlsx" )); const mashupData = workbook . getDataMashup (); const...

    docs.aspose.com/cells/nodejs-cpp/update-power-q...
  6. Insert Background Image to Excel with Node.js v...

    How to insert a background image to Excel using Aspose.Cells for Node.js via C++....new Workbook. const workbook = new AsposeCells . Workbook ();...first worksheet. const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/insert-backgro...
  7. 用 C++ 格式化数据透视表单元格|Documentation

    了解如何使用Aspose.Cells与C++格式化数据透视表单元格。...Cells :: Startup (); Workbook workbook ( u "pivot_format.xlsx"...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/format-pivot-table...
  8. Insert Cell Comments|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . getWorksheets (). get ( 0 );...

    docs.aspose.com/cells/java/insert-cell-comments/
  9. Create Different Cell Types in Apache POI and A...

    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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/create-different-cel...
  10. Delete Pivot Table from a Worksheet with C++|Do...

    C++ code to remove PivotTable for Excel Worksheets using Aspose.Cells....Create workbook object from source Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/delete-pivot-table-fr...