Hi,
The requirement is to read the data available in the database and send them as excel stream to another web application - in specific a
JSP page.
1. Everytime I read the records from the database, should I generate an Excel sheet and store the excel file physically before sending it across? What is the better way to implement this?
2. Which API is better to use to generate the excel sheet, write the data into it, read the data from it and send it across as excel stream?
3. How do I send the data as excel stream to the other application?
Thanks
Yuvi