Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 102,520 for

workbook

(0.18 sec)
  1. Sort Data 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....//Instantiating a Workbook object Workbook workbook = new Workbook ( dataDir...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/sort-data-in-xlsx4j/
  2. Public API Changes in Aspose.Cells 8.8.0|Docume...

    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 from stream with HTML load options Workbook workbook...workbook = new Workbook ( stream , loadOptions ); // Access first...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. Split Screen of Excel Worksheet with C++|Docume...

    In this article, you'll learn how to display certain rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using C++....Instantiate a new Workbook. Workbook workbook ( u "Book1.xlsx"...worksheet in the workbook. Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-split-screen-o...
  4. Manipulate Position, Size, and Designer Chart w...

    Learn how to use Aspose.Cells for Node.js via C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization....APIs; it loads an existing workbook that contains a chart in its...Loads the workbook which contains the chart const workbook = new...

    docs.aspose.com/cells/nodejs-cpp/manipulate-pos...
  5. Implementing Non-Sequential Ranges with JavaScr...

    Learn how to create named non‑sequential ranges with Aspose.Cells for JavaScript via C++. Use non‑adjacent cell ranges effectively...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Creating a new Workbook object const workbook = new Workbook (); // Adding...

    docs.aspose.com/cells/javascript-cpp/implementi...
  6. 首先按行然后按列填充数据|Documentation

    了解如何通过Aspose.Cells for Java脚本在C++ API中先按行后按列填充数据。...Cells Example - Create Workbook and Populate Cells </ h1 >..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/populat...
  7. Calculate Formulas with Node.js via C++|Documen...

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel using Node.js via 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...Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/calculate-form...
  8. 用Node.js通过C++管理范围|Documentation

    学习如何使用Aspose.Cells for Node.js via C++管理Excel中的范围。创建区域、设置值、样式并执行各种操作。...t Excel文件的类, WorkbookWorkbook 类包含一个 Workbook.getWorksheets()..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-ra...
  9. 新增工作表并激活工作表|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.... Workbooks . Open ( myPath , Missing...//Add 5 new worksheets to the workbook and fill some data //into...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  10. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing Excel through the Aspose.Cells for C++ API.... Open the workbook that you don’t want others...close the code, return to the workbook, and when you attempt to print...

    docs.aspose.com/cells/cpp/how-to-prevent-printi...