Open Maratonline opened 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.
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.