Uses of Class
ch.rabanti.nanoxlsx4j.exceptions.IOException
Packages that use IOException
-
Uses of IOException in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j that throw IOExceptionModifier and TypeMethodDescriptionstatic WorkbookWorkbook.load(InputStream stream) Loads a workbook from an input streamstatic WorkbookWorkbook.load(InputStream stream, ImportOptions importOptions) Loads a workbook from an input stream with import optionsstatic WorkbookLoads a workbook from a filestatic WorkbookWorkbook.load(String filename, ImportOptions importOptions) Loads a workbook from a file with import optionsvoidWorkbook.save()Saves the workbookvoidSaves the workbook with the defined namevoidWorkbook.saveAsStream(OutputStream stream) Save the workbook to an output stream -
Uses of IOException in ch.rabanti.nanoxlsx4j.lowLevel
Methods in ch.rabanti.nanoxlsx4j.lowLevel that throw IOExceptionModifier and TypeMethodDescriptionvoidAdds a Part to the filevoidAdds a Part to the filestatic byte[]XlsxWriter.createBytesFromDocument(Document document) Method to convert an XML document to a byte arrayXlsxWriter.createXMLDocument(String rawInput) Creates an XML document from a stringvoidXmlDocument.load(InputStream stream) Loads an XML document from a streamvoidPacker.pack(OutputStream stream) Method to pack the data into a XLSX file.voidRelationshipReader.read(InputStream stream) Reads the XML file form the passed stream and processes the relationship declaration tablevoidSharedStringsReader.read(InputStream stream) Reads the XML file form the passed stream and processes the shared strings tablevoidStyleReader.read(InputStream stream) Reads the XML file form the passed stream and processes the style informationvoidWorkbookReader.read(InputStream stream) Reads the XML file form the passed stream and processes the workbook informationvoidXlsxReader.read()Reads the XLSX file from a file path or a file streamvoidMetaDataReader.readAppData(InputStream stream) Reads the XML file form the passed stream and processes the AppData sectionvoidMetaDataReader.readCoreData(InputStream stream) Reads the XML file form the passed stream and processes the Core sectionvoidXlsxWriter.save()Method to save the workbookvoidXlsxWriter.saveAsStream(OutputStream stream)