Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 102,518 for

workbook

(0.24 sec)
  1. Using FormulaText Function in Aspose.Cells with...

    This article introduces how to use the FormulaText function in the Aspose.Cells library to process formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to get and set the formula text of a cell and retrieve the result. Finally, we save the modified Excel file to disk....(); // Create a workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/using-formulatext-fun...
  2. Working with the Reflection Effect of Shape or ...

    Learn how to work with the reflection effect of shapes or charts using Aspose.Cells for Node.js via C++. Set various reflection properties to achieve desired results....getReflection() class and then saves the workbook in the output Excel file ...file const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  3. 使用Aspose.Cells for Node.js via C++在Excel工作簿中创建签...

    这篇文章介绍了如何使用Aspose.Cells for Node.js via C++和Node.js在Excel工作簿中创建签名线。..."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Create signature line object const signatureLine...

    docs.aspose.com/cells/zh/nodejs-cpp/create-sign...
  4. Unprotect a Worksheet with Node.js via C++|Docu...

    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 const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Accessing the first worksheet...

    docs.aspose.com/cells/nodejs-cpp/unprotect-a-wo...
  5. 使用C++重用样式对象|Documentation

    在Aspose.Cells for C++中,通过创建和使用可重用的样式对象,可以简化样式管理并提高代码效率。我们的指南将帮助您利用可重用样式对象的优势,并将其实现于您的应用程序中。...); // Create workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/reusing-style-obje...
  6. Show and Hide Rows, Columns and Scroll Bars wit...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using Node.js via C++. Control the visibility of scroll bars and hide multiple rows and columns efficiently....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/show-and-hide-...
  7. Merge or Unmerge Range of Cells with C++|Docume...

    Merge and Unmerge Cells in a Range in Excel with C++ code....xlsx" ; // Create a workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/merge-or-unmerge-rang...
  8. 先按行后按列填充数据,使用C++|Documentation

    学习如何先按行后按列填充数据,通过Aspose.Cells for C++ API。..." ); // Create a workbook Workbook workbook ; // Populate Data...Data into Cells Cells cells = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/populate-data-firs...
  9. Split Panes in Apache POI and Aspose.Cells|Docu...

    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 provides a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class provides a wide range of properties...

    docs.aspose.com/cells/java/split-panes-in-apach...
  10. 释放工作簿的未托管资源(JavaScript通过C++)|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++释放Workbook对象的未托管资源。...Cells 提供 Workbook.dispose() 方法以释放 Workbook 对象的非托管资源。Dispose...使用的托管对象方面非常高效,但无法回收非托管对象。 Workbook 对象现在实现了 System.IDisposable...

    docs.aspose.com/cells/zh/javascript-cpp/release...