Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 82,033 for

workbook

(0.04 sec)
  1. 在VSTO和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.... Workbooks . Open ( myPath , Missing...//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Specify...

    docs.aspose.com/cells/zh/net/hide-and-unhide-wo...
  2. 用 Node.js 和 C++ 加密与解密 ODS 文件|Documentation

    利用 Aspose.Cells for Node.js via C++ 密码保护和加密 ODS 文件。...file const workbook = new AsposeCells . Workbook ( path . join...Password protect the file workbook . getSettings (). setPassword...

    docs.aspose.com/cells/zh/nodejs-cpp/encrypt-and...
  3. 在工作表中合并或取消合并单元格|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.... Workbooks . Open ( myPath , Missing...//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Specify...

    docs.aspose.com/cells/zh/net/merge-or-unmerge-c...
  4. Add Signature line to the worksheet with Node.j...

    This article describes how to add a signature line to the worksheet using Node.js code with Aspose.Cells for Node.js via C++....Instantiating a Workbook object const wb = new AsposeCells . Workbook ();...Signature Line in an Excel Workbook using Aspose.Cells for Node...

    docs.aspose.com/cells/nodejs-cpp/add-signature-...
  5. Number Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that supports many different cell number settings. This article will introduce how to use Aspose.Cells library to manage the number settings of cells so that users can adjust the number format in the spreadsheet as needed....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-number-settings/
  6. Save Pivot Table in ODS File with C++|Documenta...

    Learn how to save pivot tables in ODS files using Aspose.Cells for C++.... you can either convert a workbook with an existing pivot table...); // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/save-pivot-table-in-o...
  7. Display or Hide Row Column Headers in Ruby|Docu...

    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/display-or-hide-row-...
  8. Display or Hide Scroll Bars in Python|Documenta...

    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.... Python Code workbook = self . Workbook ( self . dataDir...scroll bar of the Excel file workbook . getSettings () . setVScrollBarVisible...

    docs.aspose.com/cells/java/display-or-hide-scro...
  9. Setting Formula for Named Range with Node.js vi...

    Learn how to set formulas for named ranges in spreadsheets using Aspose.Cells for Node.js via C++....instance of Workbook const book = new AsposeCells . Workbook (); //..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/nodejs-cpp/setting-formul...
  10. 在Python中显示或隐藏网格线|Documentation

    通过Aspose.Cells for Python通过Java API了解如何显示或隐藏网格线。... Python 代码 workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/zh/java/display-or-hide-g...