monitorjbl / excel-streaming-reader

An easy-to-use implementation of a streaming Excel reader using Apache POI
Apache License 2.0
946 stars 343 forks source link

How to write result in the file #209

Open Maratonline opened 4 years ago

Maratonline commented 4 years ago

Hello, thank you for the library, could you help me, please, get ByteArrayOutputStream from workbook. I try to use:

ByteArrayOutputStream bos = new ByteArrayOutputStream(); workbook.write(bos);

but I get an exception ( StreamingWorkbook ). Thank you.