Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 161,004 for

workbook

(0.09 sec)
  1. ListColumn类 | Aspose.Cells for Python via .NET ...

    ListColumn类 ListColumn类 代表列表中的一列。 ListColumn 类型公开了以下成员: 特性 属性 描述 name 获取和设置列的名称。 totals_calculation 获取和设置列表列总计行中的计算类型......cells import CellsHelper , Workbook from aspose.cells.tables import...TotalsCalculation workbook = Workbook () cells = workbook . worksheets...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. Insert Cell Comments|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 Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . getWorksheets (). get ( 0 );...

    docs.aspose.com/cells/java/insert-cell-comments/
  3. Removing Worksheets Using Sheet Name in PHP|Doc...

    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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/removing-worksheets-u...
  4. Class HyperlinkCollection | Aspose.Cells for .N...

    Aspose.Cells.HyperlinkCollection class. Encapsulates a collection of Hyperlink objects...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...index Worksheet worksheet = workbook . Worksheets [ 0 ]; //Get...

    reference.aspose.com/cells/net/aspose.cells/hyp...
  5. Cells.GetEnumerator | Aspose.Cells for .NET API...

    Cells method. Gets the cells enumerator...Examples [C#] Workbook workbook = new Workbook ( "template.xlsx"...xlsx" ); Cells cells = workbook . Worksheets [ 0 ]. Cells ; IEnumerator...

    reference.aspose.com/cells/net/aspose.cells/cel...
  6. Copying and Moving 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....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheet, complete with...

    docs.aspose.com/cells/java/copying-and-moving-w...
  7. ExternalLinkCollection | Aspose.Cells for Java ...

    Represents external links collection in a Workbook....external links collection in a workbook. Example //Open a file with...external links Workbook workbook = new Workbook("book1.xls");...

    reference.aspose.com/cells/java/com.aspose.cell...
  8. Class Name | Aspose.Cells for .NET API Reference

    Aspose.Cells.Name class. Represents a defined name for a range of cells...Indicates this name belongs to Workbook or Worksheet. 0 = Global name...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...

    reference.aspose.com/cells/net/aspose.cells/name/
  9. 使用公式函数处理数据|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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/use-formulas-funct...
  10. Hide and Unhide 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 provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/hide-and-unhide-cells/