public class ExcelXmlParser extends Object
| 构造器和说明 |
|---|
ExcelXmlParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelColumn[][] |
getColumnsInfo(String mode) |
Boolean |
getFooter() |
ExcelRow[] |
getGridContent() |
boolean |
getHeader() |
String |
getProfile() |
int[] |
getWidths() |
boolean |
getWithoutHeader() |
void |
setXML(String xml) |
public void setXML(String xml) throws IOException, DOMException, ParserConfigurationException, SAXException
public ExcelColumn[][] getColumnsInfo(String mode)
public ExcelRow[] getGridContent()
public int[] getWidths()
public boolean getHeader()
public Boolean getFooter()
public String getProfile()
public boolean getWithoutHeader()
Copyright © 2019. All rights reserved.