TableXmlLoader
TableXmlLoader
Overview
TableXmlLoader 是Python的Aspose.Cells FOSS中的一个类.
将XLSX ZIP档案中的表定义加载到工作表中.
这个类提供了一个方法,用于在Python程序中使用TableXmlLoader 对象. 有的方法包括: load_tables. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
load_tables(worksheet, worksheet_root, zipf, sheet_num) | Find |
via the sheet rels file, parse xl/tables/tableN.xml, and add Table
objects to worksheet.tables. |