I have a directory where files are constantly updated. I need to read the latest excel file and convert it into tab delimited file. It is under windows. A batch + java solution will work for me. Or if I can use excel in command line programatically that also works
Share
I would disagree with those people who recommend Apache POI. The best API that I know of for dealing with Excel is Andy Khan’s JExcel.