My prI want to display my database in xlsheet please help me it is urgent to submit my project
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
Welcome to JavaRanch.
I don't think that jxl has provisions for populating an Excel sheet from the database, so you'll have to code that yourself. IN other words, write the code to read the data from the DB, and then use the jxl API to create the XLS sheet.