Get data of excel file - JSF
I have an excel file: test_excel.xls
I want to read content inside.
What I do:
1) Upload file from client
2) Parse to Base64 String (using javascript)
3) From Base64 Convert to Byte
4) Upload Byte String to server
5) I stuck in here, I don't know how to get the data, I have tried many
way (Apache POI, convert to FileInputStream..)
Do anybody have ideas on this problem ?
No comments:
Post a Comment