Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 161,892 for

workbook

(0.2 sec)
  1. 列出工作簿中的所有工作表|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...."List All Worksheets in a Workbook.xlsx" ; //Open the excel file...Excel . Workbook ThisWorkbook = excelApp . Workbooks . Open (...

    docs.aspose.com/cells/zh/net/list-all-worksheet...
  2. Class DigitalSignatureCollection | Aspose.Cells...

    Aspose.Cells.DigitalSignatures.DigitalSignatureCollection class. Provides a collection of digital signatures attached to a document... [C#] //workbook from a signed source file Workbook signedWorkbook...signedWorkbook = new Workbook ( @"signedFile.xlsx" ); //wb.IsDigitallySigned...

    reference.aspose.com/cells/net/aspose.cells.dig...
  3. Workbook.Unprotect | Aspose.Cells for .NET API ...

    Workbook method. Unprotects a Workbook...Workbook.Unprotect Workbook.Unprotect method Unprotects a workbook...unprotect the workbook. See Also class Workbook namespace Aspose...

    reference.aspose.com/cells/net/aspose.cells/wor...
  4. Display or Hide Tabs 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.... Python Code workbook = self . Workbook ( self . dataDir...the tabs of the Excel file workbook . getSettings (). setShowTabs...

    docs.aspose.com/cells/java/display-or-hide-tabs...
  5. Picture.OriginalWidthCM | Aspose.Cells for .NET...

    Picture property. Gets the original width of picture in unit of centimeters...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //Adding a...

    reference.aspose.com/cells/net/aspose.cells.dra...
  6. Picture.OriginalHeightInch | Aspose.Cells for ....

    Picture property. Gets the original height of picture in unit of inches...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //Adding a...

    reference.aspose.com/cells/net/aspose.cells.dra...
  7. original_height_inch property | Aspose.Cells fo...

    original_height_inch property original_height_inch property Gets the original height of picture, in unit of inches. E......import Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () worksheet = workbook . worksheets [ 0 ] # Adding a...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. original_width_cm property | Aspose.Cells for P...

    original_width_cm property original_width_cm property Gets the original width of picture, in unit of centimeters. Exa......import Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () worksheet = workbook . worksheets [ 0 ] # Adding a...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Create MS Excel XLS Files via Python | products...

    Python Sample code for generating XLS documents. Use this code for creating MS Excel XLS files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python/create-xls/
  10. Create MS Excel XLSM Files via Python | product...

    Python Sample code for generating XLSM documents. Use this code for creating MS Excel XLSM files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python/create/xlsm/