Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 82,036 for

workbook

(0.04 sec)
  1. 在 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....//Instantiate a new Workbook Workbook workbook = new Workbook ( dataDir...dataDir + "workbook.xls" ); //Get the first worksheet in the book Worksheet...

    docs.aspose.com/cells/zh/java/set-worksheet-tab...
  2. 在 Apache POI 和 Aspose.Cells 中拆分窗格|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....Cells 提供了一个 Workbook 类,表示 Microsoft Excel 文件。Workbook 类提供了广泛的属性和方法来管理...//Instantiate a new workbook / Open a template file Workbook book = new...

    docs.aspose.com/cells/zh/java/split-panes-in-ap...
  3. 使用C++计算公式|Documentation

    本文介绍如何使用Aspose.Cells库结合C++计算Microsoft Excel中的公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法来计算公式并获取结果。最后,我们将修改后的Excel文件保存到磁盘。... 为了计算公式的结果,用户可以调用 Workbook 类的 CalculateFormula 方法,该方...); // Create a new workbook Workbook workbook ; // Add a new worksheet...

    docs.aspose.com/cells/zh/cpp/calculate-formulas/
  4. Create Pivot Charts using Aspose.Cells|Document...

    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 an Workbook object Workbook workbook = new Workbook ( dataDir...new sheet int sheetIndex = workbook . getWorksheets (). add (...

    docs.aspose.com/cells/java/create-pivot-charts-...
  5. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts in Node.js using Aspose.Cells for Node.js via C++....property and then saves the workbook in output excel file . const...file const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  6. 通过 C++ 保护或取消保护共享工作簿|Documentation

    学习如何用 Aspose.Cells for C++ 对共享工作簿进行密码保护或取消保护。...Cells 还支持使用 Workbook::ProtectSharedWorkboo() 和 Workbook::UnprotectSharedWorkb()...Excel file Workbook wb ; // Protect the Shared Workbook with Password...

    docs.aspose.com/cells/zh/cpp/password-protect-o...
  7. Remove Pivot Connection with Node.js via C++|Do...

    Learn how to remove pivot connection using Aspose.Cells for Node.js via C++.... Finally, it saves the workbook as output Excel file . Sample...slicer. const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/remove-pivot-c...
  8. Showing Cell Range as the Data Labels with Node...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts....Create workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( filePath ); // Access the first worksheet...

    docs.aspose.com/cells/nodejs-cpp/showing-cell-r...
  9. Manage Worksheets|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 a new Workbook, create an object of the Workbook class. The...The Workbook class represents an Excel file. Then by using the...

    docs.aspose.com/cells/python-java/manage-worksh...
  10. Calculating IFNA function using Aspose.Cells wi...

    How to calculate IFNA functions 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 calculate the IFNA function and get the result. Finally, we save the modified Excel file to disk....(); // Create new workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/calculating-ifna-func...