Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 161,004 for

workbook

(0.08 sec)
  1. 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/
  2. Class Row | Aspose.Cells for .NET API Reference

    Aspose.Cells.Row class. Represents a single row in a worksheet...default one inherited from workbook). Height { get; set; } Gets...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...

    reference.aspose.com/cells/net/aspose.cells/row/
  3. Create a Pie Chart in VSTO and Aspose.Cells|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....pie chart are: Creating a workbook and worksheet. Adding sample...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/create-a-pie-chart-in...
  4. ListColumn | Aspose.Cells for .NET API 参考

    表示列表中的一列... 例子 [C#] Workbook workbook = new Workbook (); Cells cells...cells = workbook . Worksheets [ 0 ]. Cells ; for ( int i = 0 ; i...

    reference.aspose.com/cells/zh/net/aspose.cells....
  5. Set External Links in Formulas in Aspose.Cells|...

    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....//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Get...Worksheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Get...

    docs.aspose.com/cells/net/set-external-links-in...
  6. 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/
  7. 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/
  8. TableStyle类 | Aspose.Cells for Python via .NET ...

    TableStyle类 TableStyle类 表示表格样式。 TableStyle 类型公开了以下成员: 特性 属性 描述 name 获取表格样式的名称。 table_style_elements 获取表格样式的所有元素。 例子 f......BackgroundType , CellsHelper , Workbook from aspose.cells.tables import...Color workbook = Workbook () firstColumnStyle = workbook . create_style...

    reference.aspose.com/cells/python-net/zh/aspose...
  9. Set Worksheet Zoom Factor|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...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/net/set-worksheet-zoom-fa...
  10. WorksheetCollection.BuiltInDocumentProperties |...

    WorksheetCollection property. Returns a DocumentProperty collection that represents all the builtin document properties of the spreadsheet...Examples [C#] Workbook workbook = new Workbook (); DocumentProperty...DocumentProperty doc = workbook . Worksheets . BuiltInDocumentPrope [...

    reference.aspose.com/cells/net/aspose.cells/wor...