Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 161,045 for

workbook

(0.1 sec)
  1. Split Panes in Python|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.... SaveFormat ; workbook = self . Workbook ( self . dataDir...xls" ) # Set the active cell workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/split-panes-in-python/
  2. WorkbookDesigner 构造函数 | Aspose.Cells for Python...

    WorkbookDesigner 构造函数 WorkbookDesigner() 初始化 WorkbookDesigner 类的新实例。 def __init__ ( self ): ... WorkbookDesigner(work...... WorkbookDesigner(workbook) 初始化 WorkbookDesigner 类的新实例。...( self , workbook ): ... 范围 类型 描述 workbook Workbook 模板工作簿文件。...

    reference.aspose.com/cells/python-net/zh/aspose...
  3. Merge or UnMerge Cells in a Worksheet|Documenta...

    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....the first worksheet in the workbook and save the excel file. Merging...the excel file. excelApp . Workbooks . Open ( myPath , Missing...

    docs.aspose.com/cells/net/merge-or-unmerge-cell...
  4. 在单元格中添加数据|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提供了一个代表Microsoft Excel文件的Workbook类。Workbook类包含一个允许访问Excel文件中每个工作...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...

    docs.aspose.com/cells/zh/java/add-data-in-cells/
  5. Copying Rows and Columns in Ruby|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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/copying-rows-and-col...
  6. ColorHelper | Aspose.Cells for Java API Reference

    Provides helper functions about color....toOleColor(Color color, Workbook workbook) Convert color to OLE_COLOR...toOleColor(Color color, Workbook workbook) public static int toOleColor(Color...

    reference.aspose.com/cells/java/com.aspose.cell...
  7. Workbook.Unprotect | Aspose.Cells for .NET API ...

    Workbook method. Unprotects a Workbook...Workbook.Unprotect Workbook.Unprotect method Unprotects a workbook...unprotect the workbook. See Also class Workbook namespace Aspose...

    reference.aspose.com/cells/net/aspose.cells/wor...
  8. Microsoft Excel File Conversion via Java | prod...

    Convert Excel XLS, XLSX, ODS, CSV to PDF, XPS, HTML, JPEG, HTML and many other popular formats with just few lines of Java code....spreadsheet with an instance of Workbook and saving back in the desired...source file var wkb = new Workbook( "sourceFile.xls" ); // save...

    products.aspose.com/cells/java/conversion/
  9. Display or Hide Scroll Bars in Php|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....by excel file path $workbook = new Workbook ( $dataDir . "book1...scroll bar of the Excel file $workbook -> getSettings () -> setVScrollBarVisible...

    docs.aspose.com/cells/java/display-or-hide-scro...
  10. BorderLineColor | Aspose.Cells for .NET API 参考

    代表Color图片的边界线...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //在工作表中行列索引均为1的单元格位置添加图片。它是“B2”单元格...

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