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 voidWorkbook. save()Saves the workbookvoidWorkbook. saveAs(String filename)Saves the workbook with the defined namevoidWorkbook. 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 voidPacker. addPart(String name, String contentType, Document document)Adds a Part to the filevoidPacker. 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 arrayDocumentLowLevel. createXMLDocument(String rawInput, String title)Creates a XML document from a stringvoidPacker. pack(OutputStream stream)Method to pack the data into a XLSX file.voidLowLevel. save()Method to save the workbookvoidLowLevel. saveAsStream(OutputStream stream)
-