Question
7
Replies
626
Views
Areteans
Posted: October 9, 2017
Last activity: October 13, 2017
Parsing Excel from stream
Hi,
I have an excel saved in DB, while processing it is moved to clipboard. I am trying to parse the excel stream but MSOParseExcelFile takes filename. Is there any OOTB option to parse an Excel stream. I tweaked the MSOParselExcel file to take ByteInputStream but its not working.
Thanks..
Is your excel file saved as bytestream in DB? as in a BLOB column?