Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 82,045 for

workbook

(0.05 sec)
  1. Managing Pictures with Node.js via C++|Document...

    Learn how to add and position pictures in spreadsheets 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/managing-pictu...
  2. Aspose.Cells 8.3.1中的公共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.... Java //Create workbook from the source spreadsheet...existing chart Workbook workbook = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  3. Aspose.Cells 8.6.1中的公共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....a spreadsheet Workbook workbook = new Workbook ( inputFilePath...with preset HtmlSaveOptions workbook . save ( outputFilePath ,...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. 在工作表中插入超链接|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.... C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/zh/net/insert-hyperlinks-...
  5. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature in VBA code using Aspose.Cells with C++....VBA code is valid using the Workbook.VbaProject.IsValidSigned property...its VBA code and save the workbook and then recheck, we find...

    docs.aspose.com/cells/cpp/check-if-digital-sign...
  6. Alignment Settings with C++|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....class, Workbook , that represents an Excel file. The Workbook class...\\ " ); // Create workbook Workbook workbook ; // Obtain the reference...

    docs.aspose.com/cells/cpp/cells-alignment-setti...
  7. Managing Worksheets in Ruby|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 = Rjb :: import (...( 'com.aspose.cells.Workbook' ) . new # Adding a new worksheet...

    docs.aspose.com/cells/java/managing-worksheets-...
  8. Inserting and Deleting Rows and Columns in Ruby...

    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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/inserting-and-deleti...
  9. 用 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...
  10. Wrapping Cell Text|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....up the worksheet: Create a workbook. Access the first worksheet...ThisAddIn . Application ; //Access workbook Microsoft . Office . Interop...

    docs.aspose.com/cells/net/wrapping-cell-text/