• 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

Apache POI - requried code to generate mailing Lables in word

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

Requried API or code to generate mailing Lables in word. This option is there in ms word 2007 under link Mailing -> Start Mail Merge -> Lables..

Below url will generate mailing Lables in word using ms word manully.
http://www.virginia.edu/integratedsystem/howdoi/HTML/NAV7101H.htm

I have also attached pic for the sample template for mailing labels formate requried.
lables.JPG
[Thumbnail for lables.JPG]
 
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
POI has no such functionality. It is a file manipulation library, not a word processing library.
 
reply
    Bookmark Topic Watch Topic
  • New Topic