jxl.read.biff.BiffException: Unable to recognize OLE stream (Java in General forum at JavaRanch)
Hi Experts , i am trying to write a java file to read data from xlxs file. i am using POI. Here is my code - [code] import java.io.*; import jxl.*; p...