On Aug 2, 12:55 am, Jack <jonathan....@gmail.com> wrote:
> Hi ,
>
> I just did this last week.
>
> I used Apache POI for EXCEL within a servlet. This was the first time
> I generated Excel via a servlet and it was surprisingly simple.
>
> I generated XML and used XSLT to transform to FO and used apache FOP
> to generate the PDF within a servlet. I have done this quite a few
> times but there may be a more straight forward way to generate PDFs
>
> Jonathan
Hi,
You can try to use the simple csv format and that can be opened from
excel.
Other wise you can try jexcel api (open source) to create the excel
reports
Moin
|