Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 161,892 for

workbook

(0.39 sec)
  1. evaluated_page_count 属性 | Aspose.Cells for Pyth...

    evaluated_page_count 属性 evaluated_page_count 属性 评估此工作簿的总页数 例子 以下代码显示了获取工作簿页数的最快方法。 from aspose.cells import Workbook ......cells import Workbook from aspose.cells.rendering...WorkbookPrintingPrev workbook = Workbook ( "Book1.xlsx" ) workbookPrintingPrev...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. 在Aspose.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....//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Get...Worksheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Get...

    docs.aspose.com/cells/zh/net/set-external-links...
  3. 创建新工作表|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/zh/net/create-new-worksheet/
  4. WorkbookDesigner.WorkbookDesigner | Aspose.Cell...

    WorkbookDesigner constructor. Initializes a new instance of the WorkbookDesigner class...Cells WorkbookDesigner(Workbook) Initializes a new instance...public WorkbookDesigner ( Workbook workbook ) Parameter Type Description...

    reference.aspose.com/cells/net/aspose.cells/wor...
  5. Public API Changes in Aspose.Cells 8.3.1|Docume...

    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.... Java //Create workbook from the source spreadsheet...existing chart Workbook workbook = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. 显示和隐藏工作簿的滚动条|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提供了一个代表Excel文件的 Workbook 类。 Workbook 类提供了广泛的属性和方法来管理Exce...制Excel文件中滚动条的可见性,开发人员可以使用 Workbook 类的 setVScrollBarVisible 和...

    docs.aspose.com/cells/zh/java/display-and-hide-...
  7. Inserting and Deleting Rows and Columns in Pyth...

    Use Python Excel API to create Excel spreadsheets in Python. Insert or delete rows from XLSX or XLS in your Python applications without MS Office....the steps: Load XLS or XLSX workbook Access the worksheet Insert...the row Save as XLS or XLSX workbook Python Code def insert_row...

    docs.aspose.com/cells/java/inserting-and-deleti...
  8. Range.Copy | Aspose.Cells for .NET API Reference

    Range method. Copying the range with paste special options...//Instantiating a Workbook object Workbook workbook = new Workbook (); //...Worksheet Cells. Cells cells = workbook . Worksheets [ 0 ]. Cells...

    reference.aspose.com/cells/net/aspose.cells/ran...
  9. ChartData | Aspose.Sildes for PHP via Java API ...

    ChartData ChartData class Represents data used for a chart plotting. getCategories Name Description getCategories () ......getDataSourceType () Represents external workbook path if external data source...InvalidOperationExce Chart doesn’t use workbook as a data source getSecondaryCategori...

    reference.aspose.com/slides/php-java/aspose.sli...
  10. ContentTypeProperty | Aspose.Cells for .NET API 参考

    表示标识符信息...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); //添加一个新属性。...//添加一个新属性。 workbook . ContentTypePropertie . Add ( "Admin" , "Aspose"...

    reference.aspose.com/cells/zh/net/aspose.cells....