How to convert txt file into excel?
raysefoJul 13 2010 — edited Jul 13 2010Hi,
I would like to know how can i convert a txt file into excel with Java. Lets say i have a txt file in a folder. What i would like to do is, just read line by line - substring specific part - , create an excel file and put those specific parts into excel document. Any help, tutorials would be great.
thanks in advance.