• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Generate MS_Word using POI--URGENT

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

i need to generate a ms-word file from java code (actually a jsp page has to take some details and after submitting it should generate a MS-word file).

Iam unable to find correct examples on the net can you please help...

Thanks In Advance...

Rakesh
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all, EaseUp.

Secondly, since we don't know what you've tried, or what examples you've tried to follow, or what makes you believe those examples are not correct, it's hard to give you any advice. Please ShowSomeEffort and TellTheDetails.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
POI isn't particularly useful for generating DOC files at the moment. Have a look at the AccessingFileFormats FAQ page for links about WordApi and OpenOffice.
reply
    Bookmark Topic Watch Topic
  • New Topic