Package org.hl7.fhir.r4.utils.formats
Class XLSXWriter
- java.lang.Object
-
- java.io.Writer
-
- java.io.OutputStreamWriter
-
- org.hl7.fhir.utilities.TextStreamWriter
-
- org.hl7.fhir.r4.utils.formats.XLSXWriter
-
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
public class XLSXWriter extends org.hl7.fhir.utilities.TextStreamWriter
-
-
Constructor Summary
Constructors Constructor Description XLSXWriter(OutputStream out, StructureDefinition def, boolean asXml, boolean hideMustSupportFalse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCell(org.apache.poi.ss.usermodel.Row row, int pos, boolean b)voidaddCell(org.apache.poi.ss.usermodel.Row row, int pos, int content)voiddump()voidprocessElement(ElementDefinition ed)-
Methods inherited from class java.io.OutputStreamWriter
append, append, close, flush, getEncoding, write, write, write
-
Methods inherited from class java.io.Writer
append, nullWriter, write, write
-
-
-
-
Constructor Detail
-
XLSXWriter
public XLSXWriter(OutputStream out, StructureDefinition def, boolean asXml, boolean hideMustSupportFalse) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
-
Method Detail
-
addCell
public void addCell(org.apache.poi.ss.usermodel.Row row, int pos, boolean b)
-
addCell
public void addCell(org.apache.poi.ss.usermodel.Row row, int pos, int content)
-
processElement
public void processElement(ElementDefinition ed) throws Exception
- Throws:
Exception
-
dump
public void dump() throws IOException
- Throws:
IOException
-
-