Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 161,004 for

workbook

(0.1 sec)
  1. Public API Changes in Aspose.Cells 8.6.2|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....ISmartMarkerCallBack { Workbook workbook ; internal SmartMarkerCallBack...SmartMarkerCallBack ( Workbook workbook ) { this . workbook = workbook ; } public...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. 插入或删除行或列|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文件的类WorkbookWorkbook类包含一个Worksheets集合,允许访问...Open ); //Instantiating a Workbook object //Opening the Excel...

    docs.aspose.com/cells/zh/net/insert-or-delete-r...
  3. Saving Files|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 provides the Workbook which represents a Microsoft...work with Excel files. The Workbook class provides the Save method...

    docs.aspose.com/cells/cpp/saving-files/
  4. WorksheetCollection.CustomDocumentProperties | ...

    WorksheetCollection property. Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet...Examples [C#] Workbook workbook = new Workbook (); workbook . Worksheets...Basic] Dim workbook as Workbook = New Workbook () workbook . Worksheets...

    reference.aspose.com/cells/net/aspose.cells/wor...
  5. replace方法 | Aspose.Cells for Python via .NET AP...

    replace方法 内容 [ 隐藏 ] replace(place_holder, new_value) 用新字符串替换单元格的值。 def replace ( self , place_holder , new_value ): .......import Workbook workbook = Workbook () # ...... workbook . replace...aspose.cells import Workbook workbook = Workbook () # ...... newValue...

    reference.aspose.com/cells/python-net/zh/aspose...
  6. Convert between Excel formats|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....Excel file to PDF using the Workbook class' Save method. The Save...Instantiate an object of the Workbook class by calling its empty...

    docs.aspose.com/cells/net/convert-between-excel...
  7. Cell.GetPrecedentsInCalculation | Aspose.Cells ...

    Cell method. Gets all precedentsreference to cells in current Workbook used by this cells formula while calculating it...precedents(reference to cells in current workbook) used by this cell’s formula... is true for the workbook and the workbook has been fully calculated...

    reference.aspose.com/cells/net/aspose.cells/cel...
  8. ContentTypeProperty | Aspose.Cells for .NET API 参考

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

    reference.aspose.com/cells/zh/net/aspose.cells....
  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提供了一个代表Excel文件的 Workbook 类。 Workbook 类提供了广泛的属性和方法来管理Exce...制Excel文件中滚动条的可见性,开发人员可以使用 Workbook 类的 setVScrollBarVisible 和...

    docs.aspose.com/cells/zh/java/display-and-hide-...
  10. 在Python中插入和删除行和列|Documentation

    使用Python Excel API在Python中创建Excel电子表格。在您的Python应用程序中无需MS Office即可插入或删除XLSX或XLS中的行。...Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + "Book1.xls" ) \ # Accessing the...

    docs.aspose.com/cells/zh/java/inserting-and-del...