Hello,
I'm using DB2 and jsp. I want to generate an excel file or csv for each table, so every entry in the table will be in the excel or .csv file.
basically, i only need to do a select * from dbtable, and get the result, convert the result to a .csv file.
I don't have much clue on how to write the result into an excel file this. Some example code or suggestion will be greatly appreciately!
Thanks so much for instruction,
lilyyan
Start Free Trial