public class XlsxToCsvConverter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
XlsxToCsvConverter.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(java.io.InputStream inputStream,
java.io.FileOutputStream fileOutputStream) |
public void convert(java.io.InputStream inputStream,
java.io.FileOutputStream fileOutputStream)
throws java.lang.Exception
inputStream - - an xlsx file as source input stream.fileOutputStream - - the OutputStream to write the translated file to.java.io.IOException - if an I/O error occurs.NoSheetFoundException - - if no sheets were found in the file at all.NoDataFoundException - - if a non hidden sheet was found but it contained no data at all.java.lang.Exception