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 Workbook
Workbook.load
(InputStream stream) Loads a workbook from an input streamstatic Workbook
Workbook.load
(InputStream stream, ImportOptions importOptions) Loads a workbook from an input stream with import optionsstatic Workbook
Loads a workbook from a filestatic Workbook
Workbook.load
(String filename, ImportOptions importOptions) Loads a workbook from a file with import optionsvoid
Workbook.save()
Saves the workbookvoid
Saves the workbook with the defined namevoid
Workbook.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 TypeMethodDescriptionvoid
Adds a Part to the filevoid
Adds 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 stringvoid
XmlDocument.load
(InputStream stream) Loads an XML document from a streamvoid
Packer.pack
(OutputStream stream) Method to pack the data into a XLSX file.void
RelationshipReader.read
(InputStream stream) Reads the XML file form the passed stream and processes the relationship declaration tablevoid
SharedStringsReader.read
(InputStream stream) Reads the XML file form the passed stream and processes the shared strings tablevoid
StyleReader.read
(InputStream stream) Reads the XML file form the passed stream and processes the style informationvoid
WorkbookReader.read
(InputStream stream) Reads the XML file form the passed stream and processes the workbook informationvoid
XlsxReader.read()
Reads the XLSX file from a file path or a file streamvoid
MetaDataReader.readAppData
(InputStream stream) Reads the XML file form the passed stream and processes the AppData sectionvoid
MetaDataReader.readCoreData
(InputStream stream) Reads the XML file form the passed stream and processes the Core sectionvoid
XlsxWriter.save()
Method to save the workbookvoid
XlsxWriter.saveAsStream
(OutputStream stream)