Hi,
I am using jxl library to read excel file, but in case of csv file I am not able to read the contents and it throws
jxl.read.biff.BiffException: Unable to recognize OLE stream
Is there any way to convert the uploaded csv file into excel file using jxl so that I can read csv file content?