Convert Excel HSSFWorkbook (workbook) Into Byte Array

Asked By 0 points N/A Posted on -
qa-featured

I want to convert my excel HSSFWorkbook into the byte array. How can I do this? Please tell the procedure of doing so.

SHARE
Answered By 10 points N/A #318626

Convert Excel HSSFWorkbook (workbook) Into Byte Array

qa-featured

You must use the below-given line of code to do this conversion

add this code in your ByteOutputStream class. This will convert the workbook into byte code.

Related Questions