public class XlsxDocBuilder extends java.lang.Object implements DocBuilder
| Constructor and Description |
|---|
XlsxDocBuilder(java.io.File patternFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.List<java.lang.String> |
getFieldNames() |
java.util.List<java.lang.String> |
getFieldsFromXls() |
XSSFSheet |
getFirstSheet() |
java.lang.String |
getNotEmptyString(java.lang.String string) |
void |
writeValues(java.util.List<DocObject> docObjects,
java.io.OutputStream out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic java.util.List<java.lang.String> getFieldNames()
throws BGException
getFieldNames in interface DocBuilderBGExceptionpublic void writeValues(java.util.List<DocObject> docObjects,
java.io.OutputStream out)
throws BGException
writeValues in interface DocBuilderBGExceptionpublic XSSFSheet getFirstSheet()
public java.lang.String getNotEmptyString(java.lang.String string)
public java.util.List<java.lang.String> getFieldsFromXls()
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception