Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 161,888 for

workbook

(0.1 sec)
  1. TrendlineCollection | Aspose.Cells for .NET API 参考

    代表所有的集合Trendline./trendline指定数据系列的对象...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); //向Excel对象添加一个新的工作表...//向Excel对象添加一个新的工作表 int sheetIndex = workbook . Worksheets . Add (); //...

    reference.aspose.com/cells/zh/net/aspose.cells....
  2. Picture.Copy | Aspose.Cells for .NET API Reference

    Picture method. Copy the picture...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //insert first...

    reference.aspose.com/cells/net/aspose.cells.dra...
  3. Class ContentTypeProperty | Aspose.Cells for .N...

    Aspose.Cells.Properties.ContentTypeProperty class. Represents identifier information...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Add...//Add a new property. workbook . ContentTypePropertie . Add (...

    reference.aspose.com/cells/net/aspose.cells.pro...
  4. Aspose.Cells 8.4.1中的公共API更改|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....//Create workbook object com . aspose . cells . Workbook workbook...new com . aspose . cells . Workbook ( input ); //Access first...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. DocumentPropertyCollection | Aspose.Cells for ....

    基类BuiltInDocumentPropertyCollection./builtindocumentpropertycollection和CustomDocumentPropertyCollection./customdocumentpropertycollection集合....//通过调用它的空构造函数来实例化一个Workbook对象 Workbook workbook = new Workbook ( "book1...DocumentPropertyColl customProperties = workbook . Worksheets . CustomDocumentProper...

    reference.aspose.com/cells/zh/net/aspose.cells....
  6. CustomDocumentProperties | Aspose.Cells for .NE...

    返回一个DocumentPropertyaspose.cells.properties/documentproperty表示电子表格的所有自定义文档属性的集合...例子 [C#] Workbook workbook = new Workbook (); workbook . Worksheets...Basic] Dim workbook as Workbook = New Workbook () workbook . Worksheets...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  7. Hiding and Showing Rows and Columns in PHP|Docu...

    Learn how to Hide and Show Rows and Columns through the Aspose.Cells for PHP via Java APIs....Instantiating a Workbook object by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  8. Create MS Excel XLT Files via Python | products...

    Python Sample code for generating XLT documents. Use this code for creating MS Excel XLT files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python/create-xlt/
  9. Create MS Excel XLSX Files via Python | product...

    Python Sample code for generating XLSX documents. Use this code for creating MS Excel XLSX files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python/create-xlsx/
  10. Create MS Excel XLSM Files via Python | product...

    Python Sample code for generating XLSM documents. Use this code for creating MS Excel XLSM files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python/create-xlsm/