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

workbook

(0.12 sec)
  1. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....class, Workbook , that represents an Excel file. The Workbook class...); // Create a workbook object Workbook workbook ; // Get the worksheets...

    docs.aspose.com/cells/cpp/setting-margins/
  2. 限制和 API 差异|Documentation

    Aspose.Cells for PHP via Java 的限制和 API 差异....cells \ Workbook ; 实例化新工作簿 Aspose.Cells for Java Workbook workbook...new Workbook (); Aspose.Cells for PHP via Java $workbook = new...

    docs.aspose.com/cells/zh/php-java/limitations-a...
  3. 在Aspose.Cells中添加超链接以链接数据|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提供了一个类, Workbook ,表示一个Microsoft Excel文件。 Workbook 类包含一个 WorksheetCollection...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...

    docs.aspose.com/cells/zh/net/adding-hyperlinks-...
  4. Save Each Worksheet to Different PDF|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# //Instantiate a new workbook and open the Excel //File...from its location Workbook workbook = new Workbook ( "../../data/test...

    docs.aspose.com/cells/net/save-each-worksheet-t...
  5. Save Each Worksheet to Different PDF using Aspo...

    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....dataDir + "workbook.xlsx" ; //Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/java/save-each-worksheet-...
  6. Public API Changes in Aspose.Cells 8.3.1|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 from the source Excel file Workbook workbook = new...new Workbook ( "sample.xlsx" ); //Access the first worksheet Worksheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. Reorder Worksheets|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....//Create a new Workbook. Workbook workbook = new Workbook (); WorksheetCollection...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet1...

    docs.aspose.com/cells/net/reorder-worksheets/
  8. 使用 Node.js 和 C++ 以指定打印纸张尺寸加载工作簿|Documentation

    学习如何在使用 Aspose.Cells for Node.js via C++ 加载工作簿时设置打印纸张大小。..."data" ); // Create a sample workbook and add some data inside the...worksheet const workbook = new AsposeCells . Workbook (); const worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/load-workbo...
  9. Set Conditional Formats of Excel and ODS files ...

    How to apply conditional formats to Excel and ODS files in C++....// Open the Excel file Workbook workbook ( inputFilePath ); //...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/conditional-formatting/
  10. Merge or UnMerge Cells in a Worksheet in VSTO a...

    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 first worksheet in the workbook and save the excel file. Merging...the excel file. excelApp . Workbooks . Open ( myPath , Missing...

    docs.aspose.com/cells/net/merge-or-unmerge-cell...