TouK / excel-export

excel-export grails plugin
58 stars 32 forks source link

adding support for merged cells #35

Open bartoleo opened 9 years ago

bartoleo commented 9 years ago

I did it using:

getSheet().addMergedRegion(new CellRangeAddress(0,0,0,4));

It could be useful a specific method