Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 161,888 for

workbook

(0.24 sec)
  1. 在 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/zh/java/inserting-and-del...
  2. Class DocumentProperty | Aspose.Cells for .NET ...

    Aspose.Cells.Properties.DocumentProperty class. Represents a custom or builtin document property...//Instantiate a Workbook object Workbook workbook = new Workbook ( "book1...DocumentPropertyColl customProperties = workbook . Worksheets . CustomDocumentProper...

    reference.aspose.com/cells/net/aspose.cells.pro...
  3. VbaProjectReference | Aspose.Cells for .NET API 参考

    代表VBA工程的引用...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); // 初始化 VBA...项目。 VbaProject vbaProject = workbook . VbaProject ; // 添加vba项目引用...

    reference.aspose.com/cells/zh/net/aspose.cells....
  4. ContentTypePropertyCollection | Aspose.Cells fo...

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

    reference.aspose.com/cells/zh/net/aspose.cells....
  5. 在Jython中对行和列进行分组和取消分组|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 import Workbook class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  6. 在 Jython 中保存文件|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 import Workbook from com . aspose . cells...Creating an Workbook object with an Excel file path workbook = Workbook...

    docs.aspose.com/cells/zh/java/saving-files-in-j...
  7. ColorHelper.ToOleColor | Aspose.Cells for .NET ...

    ColorHelper method. Convert color to OLE_COLOR...ToOleColor ( Color color , Workbook workbook ) Parameter Type Description...Color The Color object. workbook Workbook Return Value The value...

    reference.aspose.com/cells/net/aspose.cells.dra...
  8. Opening Files in Jython|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 import Workbook from com . aspose . cells...Opening from path # Creatin an Workbook object with an Excel file...

    docs.aspose.com/cells/java/opening-files-in-jyt...
  9. 在VSTO和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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/wrapping-cell-text...
  10. ErrorCheckOption | Aspose.Cells for .NET API 参考

    应用于特定范围的错误检查设置... 例子 [C#] Workbook workbook = new Workbook (); ErrorCheckOptionColl...ErrorCheckOptionColl opts = workbook . Worksheets [ 0 ]. ErrorCheckOptions...

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