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

workbook

(0.11 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. 组装电子表格|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提供了一个名为Workbook的类,表示Excel文件。Workbook类包含了一个Worksheets...向新的Excel文件添加工作表 要通过程序创建新的Excel文件: 创建Workbook类的对象 调用Worksheets集合的Add方法。...

    docs.aspose.com/cells/zh/net/assemble-spreadshe...
  10. Copy fragments and worksheets between Workbooks...

    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....fragments and worksheets between Workbooks Contents [ Hide ] Sometimes...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/net/copy-fragments-and-wo...