connecting from jsp to ms-word and excel

hi all,i have a problem.i want to create ms-word or ms-excel file from jsp page and send some data from jsp to that word or excel file .and also I want set the printer font size to A4 . plz help me
[232 byte] By [NANDAa] at [2007-11-27 7:37:54]
# 1

Well for working with office files google could have pointed you to a few APIs (very simple way to do research you know, typing a few search words like "java word excel" into google...). The one I have used is Apache POI. The excel support is excellent, but the Word support still needs a lot of development.

http://poi.apache.org/index.html

I would look into using RTF in stead of Word, you will have more success.

gimbal2a at 2007-7-12 19:18:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...