Uses of Class
ch.rabanti.picoxlsx4j.exception.IOException
-
Packages that use IOException Package Description ch.rabanti.picoxlsx4j ch.rabanti.picoxlsx4j.lowLevel -
-
Uses of IOException in ch.rabanti.picoxlsx4j
Methods in ch.rabanti.picoxlsx4j that throw IOException Modifier and Type Method Description void
Workbook. save()
Saves the workbookvoid
Workbook. saveAs(String filename)
Saves the workbook with the defined namevoid
Workbook. saveAsStream(OutputStream stream)
Save the workbook to a output stream -
Uses of IOException in ch.rabanti.picoxlsx4j.lowLevel
Methods in ch.rabanti.picoxlsx4j.lowLevel that throw IOException Modifier and Type Method Description void
Packer. addPart(String name, String contentType, Document document)
Adds a Part to the filevoid
Packer. addPart(String name, String contentType, Document document, boolean includeInContentType)
Adds a Part to the filestatic byte[]
LowLevel. createBytesFromDocument(Document document)
Method to convert an XML document to a byte arrayDocument
LowLevel. createXMLDocument(String rawInput, String title)
Creates a XML document from a stringvoid
Packer. pack(OutputStream stream)
Method to pack the data into a XLSX file.void
LowLevel. save()
Method to save the workbookvoid
LowLevel. saveAsStream(OutputStream stream)
-