A4 format Excel report -- Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • devathi
    New Member
    • Dec 2006
    • 17

    #1

    A4 format Excel report -- Java

    I have to display 16 columns in A4 size paper, am able to display arnd 4 columns in one paper. Suggest java program for generating A4 format excel report in which i can display any number of columns.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by devathi
    I have to display 16 columns in A4 size paper, am able to display arnd 4 columns in one paper. Suggest java program for generating A4 format excel report in which i can display any number of columns.
    It is better to use ready made packages for manipulating .xls, .pdf and .doc files. Try googling for the poi package.

    Comment

    • devathi
      New Member
      • Dec 2006
      • 17

      #3
      I have used poi package and i have set the paper size to A4 even then am unable to set 16 columns in one page.

      Comment

      Working...