Im looking for a Java lib that can read *.dif files saved from Excel http://en.wikipedia.org/wiki/Data_Interchange_Format
Is there something that could help me, or do I need to write my own implementation ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check this out: http://sourceforge.net/projects/javadif/
To read, you use
com.csam.dif.DIFReader.read(InputStream inStream)method which creates a newDIFSheetobject.