Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 161,004 for

workbook

(0.13 sec)
  1. Aspose.Cells 8.4.2中的公共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....add方法,以向Workbook的实例添加新的VBA模块。VbaModuleCollection...//Create new workbook Workbook workbook = new Workbook (); //Access...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. ErrorCheckOption类 | Aspose.Cells for Python via...

    ErrorCheckOption类 ErrorCheckOption类 应用于特定范围的错误检查设置。 ErrorCheckOption 类型公开了以下成员: 方法 方法 描述 is_error_check(error_check_t......ErrorCheckType , Workbook workbook = Workbook () opts = workbook . worksheets...create_cell_area ( "A1" , "B10" )) workbook . save ( r "Book1.xlsx" )...

    reference.aspose.com/cells/python-net/zh/aspose...
  3. ContentTypeProperty class | Aspose.Cells for Py...

    ContentTypeProperty class ContentTypeProperty class Represents identifier information. The ContentTypeProperty type e......import Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () # Add a new property. workbook . content_type_properties...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Excel to Pdf Conversion 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...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/excel-to-pdf-convers...
  5. original_width property | Aspose.Cells for Pyth...

    original_width property original_width property Gets the original width of the picture. Example from aspose.cells imp......import Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () worksheet = workbook . worksheets [ 0 ] # Adding a...

    reference.aspose.com/cells/python-net/aspose.ce...
  6. Change Chart Position and Size|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....get/setY() Java Workbook workbook = new Workbook ( dataDir + "AsposeChart...xls" ); Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/change-chart-positio...
  7. 在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....Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + ' Book1 . xls ' ) \# Accessing the...

    docs.aspose.com/cells/zh/java/copying-rows-and-...
  8. Class VbaModule | Aspose.Cells for .NET API Ref...

    Aspose.Cells.Vba.VbaModule class. Represents the module in VBA project...//Instantiating a Workbook object Workbook workbook = new Workbook (); //...project. VbaProject vbaProject = workbook . VbaProject ; // Add a new...

    reference.aspose.com/cells/net/aspose.cells.vba...
  9. VbaModule | Aspose.Cells for .NET API 参考

    表示 VBA 项目中的模块...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); // 初始化 VBA...项目。 VbaProject vbaProject = workbook . VbaProject ; // 添加一个新模块。...

    reference.aspose.com/cells/zh/net/aspose.cells....
  10. 在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....Python 将其文件保存到某个存储位置,则可以在调用 Workbook 对象的 save 方法时,简单地指定文件名(以及其完整的存储路径)和所需的文件格式(使用...#Creating an Workbook object with an Excel file path workbook = self...

    docs.aspose.com/cells/zh/java/saving-files-in-p...