Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 82,048 for

workbook

(0.06 sec)
  1. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells for Node.js via C++....); function printTables ( workbook , externalConnection ) { //...worksheets for ( let j = 0 ; j < workbook . getWorksheets (). getCount...

    docs.aspose.com/cells/nodejs-cpp/find-query-tab...
  2. Copying and Moving Worksheets|Documentation

    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 Aspose.Cells for Python via .NET API....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheet, complete with...

    docs.aspose.com/cells/python-net/copying-and-mo...
  3. 使用 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...
  4. Aspose.Cells 8.6.2 中的公共 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....ISmartMarkerCallBack { Workbook workbook ; SmartMarkerCallBack ( Workbook workbook...workbook ) { this . workbook = workbook ; } @Override public void...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. 使用 C++ 删除命名范围|Documentation

    学习如何使用 Aspose.Cells for C++ 从 Excel 或 OpenOffice 文件中删除定义的名称或命名范围。...Instantiate a new Workbook Workbook workbook ( inputFilePath );...WorksheetCollection worksheets = workbook . GetWorksheets (); // Delete...

    docs.aspose.com/cells/zh/cpp/delete-named-ranges/
  6. Protect and Unprotect Worksheet with Node.js vi...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for Node.js via C++....code to implement protecting workbook structure of Excel files....file. const workbook = new AsposeCells . Workbook (); // Gets...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  7. 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...
  8. Page Setup Features with Node.js via C++|Docume...

    Explore page setup features using Aspose.Cells for Node.js via C++. Learn how to configure page dimensions, orientations, and settings....setup features of an Excel workbook. These features include setting...size and orientation. const { Workbook } = require ( "aspose.cells"...

    docs.aspose.com/cells/nodejs-cpp/page-setup-fea...
  9. Manage Document Properties with Node.js via C++...

    Learn how to Manage Document Properties through the Aspose.Cells for Node.js via C++ APIs....Cells' Workbook class represents an Excel...and, like an Excel file, the Workbook class can contain multiple...

    docs.aspose.com/cells/nodejs-cpp/managing-docum...
  10. Setting Page Options 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....Instantiating a Workbook object by excel file path workbook = self .... Workbook () \# Accessing the first worksheet in the Excel file...

    docs.aspose.com/cells/java/setting-page-options...