> Hey guys,
>
> I have a simple tab seperated file which has to be converted into excel
> and also uploaded to a mysql database. how can i accomplish this in
> java. Is there a sample code which illustrates this?
> Please let me know.
When I google for "java excel", I get
http://www.javaworld.com/javaworld/javaqa/2002-05/01-qa-0503-excel3.html
When I google for "java mysql", I get
http://www.developer.com/java/data/article.php/3417381
- Oliver
tyshanchn - 13 May 2006 14:10 GMT
hi,
it is a easy job, I have once done such a job,
do as follows
get the CSV file from the excel and import the CSV file to mysql.
good luck
tyshan