Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 161,892 for

workbook

(0.2 sec)
  1. 从ArrayList导入|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 (); //Adding...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/zh/net/importing-from-arr...
  2. invert_if_negative property | Aspose.Cells for ...

    invert_if_negative property invert_if_negative property If the property is true and the value of chart point is a neg......cells import Workbook from aspose.cells.charts import...Instantiating a Workbook object workbook = Workbook () # Adding a...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. Class ChartCollection | Aspose.Cells for .NET A...

    Aspose.Cells.Charts.ChartCollection class. Encapsulates a collection of Chart objects...Examples [C#] Workbook workbook = new Workbook (); ChartCollection...ChartCollection charts = workbook . Worksheets [ 0 ]. Charts ; [Visual...

    reference.aspose.com/cells/net/aspose.cells.cha...
  4. Create XLTX using Python | products.aspose.com

    Generate Microsoft Excel XLTX documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLTX...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xltx/
  5. Create MS Excel XLSX Files via C# | products.as...

    C# Sample code for generating XLSX documents. Use this code for creating MS Excel XLSX files within VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/create-xlsx/
  6. Create TSV Files via C# | products.aspose.com

    C# Sample code for generating TSV documents. Use this code for creating TSV files within VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/create-tsv/
  7. Create MHTML Files via C# | products.aspose.com

    MHTML creater. Create MHTML files in C# code. Generate MHTML files using VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/create/mhtml/
  8. Create MS Excel XLTX Files via C# | products.as...

    XLTX creater. Create XLTX files in C# code. Generate MS Excel XLTX files using VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/create/xltx/
  9. 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...
  10. 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...