Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 102,712 for

workbook

(0.19 sec)
  1. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing Excel files using Aspose.Cells for JavaScript via C++.... Open the workbook that you don’t want others...to the workbook. When you attempt to print the workbook, it will...

    docs.aspose.com/cells/javascript-cpp/how-to-pre...
  2. Copying and Moving Worksheets with Node.js via ...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel Workbook and across Excel Workbooks using the Node.js API with C++....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheets , complete with...

    docs.aspose.com/cells/nodejs-cpp/copying-and-mo...
  3. Manage Worksheets of Microsoft Excel files with...

    Add, remove, and activate worksheets using Aspose.Cells for JavaScript via C++....class, Workbook , that represents an Excel file. The Workbook class...programmatically: Create an object of the Workbook class. Call the WorksheetCollection...

    docs.aspose.com/cells/javascript-cpp/manage-wor...
  4. 使用Node.js的C++检查VBA代码的数字签名是否有效|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查VBA代码的数字签名的有效性。...Cells允许您使用 Workbook.isValidSigned() 属性检查VBA代码..."sampleVBAProjectSign.xlsm" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-di...
  5. 用 Node.js 在 C++ 中创建工作簿和工作表范围命名|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建工作簿和工作表范围命名。...// Create a new Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Get first worksheet of the workbook const...

    docs.aspose.com/cells/zh/nodejs-cpp/create-work...
  6. 使用 C++ 通过 JavaScript 管理 Microsoft Excel 文件的工作表|...

    使用 Aspose.Cells for JavaScript 通过 C++ 添加、删除和激活工作表。...Cells 提供了一个类 Workbook ,它代表一个Excel文件。 Workbook 类包含一个 worksheets...向新的Excel文件添加工作表 要通过程序创建新的Excel文件: 创建 Workbook 类的对象。 调用 WorksheetCollection...

    docs.aspose.com/cells/zh/javascript-cpp/manage-...
  7. Opening Files in Python|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....the openFile() method of the Workbook class and specify the second...Opening from path # Creating a Workbook object with an Excel file...

    docs.aspose.com/cells/java/opening-files-in-pyt...
  8. Opening Files in Jython|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 import Workbook from com . aspose . cells...Opening from path # Creating a Workbook object with an Excel file...

    docs.aspose.com/cells/java/opening-files-in-jyt...
  9. Adding Hyperlinks to Link Data in Aspose.Cells|...

    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 contains a WorksheetCollection...

    docs.aspose.com/cells/net/adding-hyperlinks-to-...
  10. Public API Changes in Aspose.Cells 8.4.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 object from source Excel file Workbook workbook...workbook = new Workbook ( "source.xlsm" ); //Change the VBA Module...

    docs.aspose.com/cells/net/public-api-changes-in...