Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 101,173 for

workbook

(0.12 sec)
  1. Developer Guide|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....Properties New Creating a New Workbook Open Opening Files with Different...Encrypting Excel Files Save Workbook to Strict Open XML Spreadsheet...

    docs.aspose.com/cells/java/developer-guide/
  2. Aspose.Cells 8.5.0中的公共API更改|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.CalculateFormula(CalculationOptions)...//Create workbook object Workbook workbook = new Workbook (); //Source...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for Node.js via C++. This guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance presentation and usability....file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-the-shape-...
  4. 使用C++实现Excel主题和颜色|Documentation

    用C++代码使用带有Aspose.Cells for C++ API的Excel颜色方案...Instantiate a Workbook and open the template file Workbook workbook ( inputFilePath...theme with specified colors workbook . CustomTheme ( u "CustomeTheme1"...

    docs.aspose.com/cells/zh/cpp/excel-themes-and-c...
  5. 查找或搜索数据|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++查找或搜索包含指定数据的单元格。...Cells 提供一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 Workbook..."text/javascript" > const { Workbook , SaveFormat , FindOptions...

    docs.aspose.com/cells/zh/javascript-cpp/find-or...
  6. Get Cell String Value with and without Formatti...

    Learn how to Get Cell String Value with and without Formatting through the Aspose.Cells for C++ API....Startup (); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-cell-string-value...
  7. How do I get a non named range using cell addre...

    Hi, I want to get a range using referred area. So when I get precedent for a range I want to be able to get that precedent as a range object instead of a referred area object. How can I do that, the only option I have …...Create a Workbook object Workbook workbook = new Workbook(); //...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/how-do-i-get-a-non-named-ran...
  8. 通过Node.js的C++在工作簿中添加VBA库引用|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....xlsm" ); const workbook = new AsposeCells . Workbook (); const vbaProj...vbaProj = workbook . getVbaProject (); vbaProj . getReferences...

    docs.aspose.com/cells/zh/nodejs-cpp/add-a-libra...
  9. Pivot Filter with C++|Documentation

    Learn how to add a filter in a pivot table with Aspose.Cells using C++.... Finally, it saves the workbook in the output XLSX format...(); // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/add-or-clear-pivot-fi...
  10. Optimizing Memory Usage while Working with Big ...

    Learn how to optimize memory usage when working with large Excel files using Aspose.Cells with C++....Contents [ Hide ] When building a workbook with large data sets, or reading...MemoryPreference ); // Instantiate the Workbook // Load the big Excel file...

    docs.aspose.com/cells/cpp/optimizing-memory-usa...