public class Excel2007EventUserModelParser extends Object implements IFileParser
| 构造器和说明 |
|---|
Excel2007EventUserModelParser(InputStream input) |
Excel2007EventUserModelParser(String input) |
| 限定符和类型 | 方法和说明 |
|---|---|
Reader |
getContentReader() |
String |
getContentString() |
String |
getMetadata(String metadataname) |
String |
getTitle() |
void |
process()
Initiates the processing of the XLS workbook file to CSV.
|
void |
processSheet(org.apache.poi.xssf.model.StylesTable styles,
com.seeyon.ctp.common.parser.Excel2007EventUserModelParser.ReadonlySharedStringsTable strings,
InputStream sheetInputStream)
Parses and shows the content of one sheet
using the specified styles and shared-strings tables.
|
void |
setFile(File file) |
public Excel2007EventUserModelParser(String input)
input - inputminColumns - The minimum number of columns to output, or -1 for no minimumpublic Excel2007EventUserModelParser(InputStream input)
public void processSheet(org.apache.poi.xssf.model.StylesTable styles,
com.seeyon.ctp.common.parser.Excel2007EventUserModelParser.ReadonlySharedStringsTable strings,
InputStream sheetInputStream)
throws IOException,
ParserConfigurationException,
SAXException
styles - strings - sheetInputStream - IOExceptionParserConfigurationExceptionSAXExceptionpublic void process()
throws IOException,
org.apache.poi.openxml4j.exceptions.OpenXML4JException,
ParserConfigurationException,
SAXException
IOExceptionorg.apache.poi.openxml4j.exceptions.OpenXML4JExceptionParserConfigurationExceptionSAXExceptionpublic void setFile(File file)
setFile 在接口中 IFileParserpublic String getTitle()
getTitle 在接口中 IFileParserpublic String getContentString()
getContentString 在接口中 IFileParserpublic Reader getContentReader()
getContentReader 在接口中 IFileParserpublic String getMetadata(String metadataname)
getMetadata 在接口中 IFileParserCopyright © 2016–2018. All rights reserved.