• 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

POI merged cell border issue

 
Ranch Hand
Posts: 234
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

HI i dont know where to put this topic , if any one knows exact place please move

i am writing xls using Apache POI,

i want to merged cell and apply border to merged cell

need to merged 2 cells
first row =9; last row =10 , first column 2 last column = 2
first row =9; last row =10 , first column =3 last column =3
this code merges properly but border it applies to only first cell of row 9



where it is going wrong?
 
reply
    Bookmark Topic Watch Topic
  • New Topic