Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 82,045 for

workbook

(0.04 sec)
  1. Add Hyperlinks to Cells in VSTO and Aspose.Cell...

    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....) Add a Workbook. Get the first sheet. Add...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/add-hyperlinks-to-cel...
  2. Using Built-in Styles with C++|Documentation

    C++ code to use Excel built-in styles with Aspose.Cells for C++ API...use built-in styles in our workbook and also create custom styles...Built-in Styles The method Workbook.CreateBuiltinStyle and the...

    docs.aspose.com/cells/cpp/using-built-in-styles/
  3. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, OLE objects, and shapes in Excel files using Aspose.Cells for Node.js via C++....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/insert-shapes/
  4. Inserting and Deleting Rows and Columns in Pyth...

    Use Python Excel API to create Excel spreadsheets in Python. Insert or delete rows from XLSX or XLS in your Python applications without MS Office....the steps: Load XLS or XLSX workbook Access the worksheet Insert...the row Save as XLS or XLSX workbook Python Code def insert_row...

    docs.aspose.com/cells/java/inserting-and-deleti...
  5. 设置工作表缩放比例|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 (); //Adding...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/zh/net/set-worksheet-zoom...
  6. AutoFill Range of Excel File with C++|Documenta...

    Learn how to perform an autofill operation in a specified range of an Excel file using Aspose.Cells with C++....Startup (); // Create a Workbook Workbook workbook ( u "range_autofill...Cells Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/autofill-ranges/
  7. 使用C++获取创建Excel文档的应用程序版本号|Documentation

    学习如何使用Aspose.Cells与C++获取创建Excel文档的应用程序版本号。...Cells提供了 Workbook.GetVersion() 属性以实现此目的。 以下示例演示了 Workbook.GetVersion()...// Create a workbook reference Workbook workbook ; // Print the...

    docs.aspose.com/cells/zh/cpp/get-the-version-nu...
  8. Encrypting Excel Files with Node.js via C++|Doc...

    Learn how to encrypt and password-protect Excel files using Aspose.Cells for Node.js via C++....Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify XOR encryption...

    docs.aspose.com/cells/nodejs-cpp/encrypting-exc...
  9. 用C++设置边距|Documentation

    学习如何使用C++设置Excel工作表的边距。本指南涵盖了设置页面边距、居中内容以及以编程方式配置页眉和页脚边距的方法,使用Aspose.Cells for C++。...Cells 提供一个 Workbook 类,它代表一个Excel文件。 Workbook 类包含 Worksheets...); // Create a workbook object Workbook workbook ; // Get the worksheets...

    docs.aspose.com/cells/zh/cpp/setting-margins/
  10. 通过 C++ 使用 Node.js 将文件保存到响应对象|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 动态生成文件并直接将其发送到客户端浏览器。..."data" ); const workbook = new AsposeCells . Workbook (); // If response...Save in Excel2003 XLS format workbook . save ( response , path ...

    docs.aspose.com/cells/zh/nodejs-cpp/saving-file...