Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 161,048 for

workbook

(0.09 sec)
  1. Insert Hyperlinks in Worksheet|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/net/insert-hyperlinks-in-...
  2. CalculationCell.Workbook | Aspose.Cells for .NE...

    CalculationCell property. Gets the Workbook object...Workbook CalculationCell.Workbook property Gets...Gets the Workbook object. public Workbook Workbook { get ; } See...

    reference.aspose.com/cells/net/aspose.cells/cal...
  3. ActiveXControlBase.Workbook | Aspose.Cells for ...

    ActiveXControlBase property. Gets the Workbook object...Workbook ActiveXControlBase.Workbook property Gets...Gets the Workbook object. public Workbook Workbook { get ; } See...

    reference.aspose.com/cells/net/aspose.cells.dra...
  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....创建新工作簿 Workbook类可用于简单使用 Java Workbook workbook = new Workbook ();...(); // Creating a Workbook object workbook . save ( "newWorkBook...

    docs.aspose.com/cells/zh/java/create-new-workbook/
  5. Adjusting Row Height and Column Width in Jython...

    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 import Workbook class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/java/adjusting-row-height...
  6. Setting Page Options in Jython|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 import Workbook from com . aspose . cells...Instantiating a Workbook object by excel file path workbook = Workbook ()...

    docs.aspose.com/cells/java/setting-page-options...
  7. Class TrendlineCollection | Aspose.Cells for .N...

    Aspose.Cells.Charts.TrendlineCollection class. Represents a collection of all the Trendline objects for the specified data series...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    reference.aspose.com/cells/net/aspose.cells.cha...
  8. Workbook.Copy | Aspose.Cells for .NET API Refer...

    Workbook method. Copies another Workbook object...Workbook.Copy Copy(Workbook, CopyOptions) Copies another Workbook...object. public void Copy ( Workbook source , CopyOptions copyOptions...

    reference.aspose.com/cells/net/aspose.cells/wor...
  9. Protecting and Unprotecting Workbooks 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....Protecting and Unprotecting Workbooks in VSTO and Aspose.Cells Contents...Microsoft Excel file, protect the workbook with structure and Windows...

    docs.aspose.com/cells/net/protecting-and-unprot...
  10. Copying Rows and Columns 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 ( self . dataDir + ' Book1 . xls ' ) \# Accessing the...

    docs.aspose.com/cells/java/copying-rows-and-col...