public class XLSXWriter extends org.hl7.fhir.utilities.TextStreamWriter
| Constructor and Description |
|---|
XLSXWriter(OutputStream out,
StructureDefinition def,
boolean asXml,
boolean hideMustSupportFalse) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCell(org.apache.poi.ss.usermodel.Row row,
int pos,
boolean b) |
void |
addCell(org.apache.poi.ss.usermodel.Row row,
int pos,
int content) |
void |
dump() |
void |
processElement(ElementDefinition ed) |
close, flush, getEncoding, write, write, writepublic XLSXWriter(OutputStream out, StructureDefinition def, boolean asXml, boolean hideMustSupportFalse) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void addCell(org.apache.poi.ss.usermodel.Row row, int pos, boolean b)
public void addCell(org.apache.poi.ss.usermodel.Row row, int pos, int content)
public void processElement(ElementDefinition ed) throws Exception
Exceptionpublic void dump() throws IOException
IOExceptionCopyright © 2014–2021 Health Level 7. All rights reserved.