I am reading csv file using java library poi version 2 but I am getting error
"Invalid header signature; read 1688935826934608, expected -2226271756974174256"
I am reading csv file using java library poi version 2 but I am getting error
"Invalid header signature; read 1688935826934608, expected -2226271756974174256"
one of the reason for this error :
you must save the file as .csv
instead of .xls
if you are reading a CSV
file