类 com.zhuozhengsoft.pageoffice.excelreader.Table
的使用

使用 Table 的软件包
com.zhuozhengsoft.pageoffice.excelreader   
 

com.zhuozhengsoft.pageoffice.excelreader 中 Table 的使用
 

返回 Table 的 com.zhuozhengsoft.pageoffice.excelreader 中的方法
 Table Sheet.openTable(java.lang.String name)
          打开指定的表格,并返回 Table 对象。
 Table Sheet.openTableByDefinedName(java.lang.String definedName)
          打开具有指定名称(Excel中定义的名称)的表格,并返回 Table 对象。
 Table Sheet.openTableBySubmitName(java.lang.String submitName)
           
 

返回变量类型为 Table 的类型的 com.zhuozhengsoft.pageoffice.excelreader 中的方法
 java.util.ArrayList<Table> Sheet.getTables()
          获取控件提交的具有SubmitName命名的 Table 集合。