How to determine the format of Excel file in Java?
Posted
by Samuh
on Stack Overflow
See other posts from Stack Overflow
or by Samuh
Published on 2010-03-29T05:51:19Z
Indexed on
2010/03/29
5:53 UTC
Read the original article
Hit count: 397
I am working on a light weight Java client library for Android mobile platform that can read and write to Excel files in .xls(BIFF) and Office 2003 XML format.
No sooner we decided to start than we got stuck with a basic question. How do we determine the format of the excel files in Java?
Please help.
Thanks.
© Stack Overflow or respective owner