on ‎2013 May 14 10:45 AM
Hi,
I have read an excel file and converted it into bytes.
Now if i want to to retrieve contents from these bytes , how should I do it?
Please help me out.
Thank You.
Request clarification before answering.
you need some java lib to parse the byte data.
google jexcel or poi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can read the byte array using the Buffered InputStream and typecast it to display on the screen while reading.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.