Quantcast
Channel: Java Programming Forum - Learn Java Programming - Apache POI
Viewing all articles
Browse latest Browse all 120

"Colspan" cell

$
0
0
Hi,

i have this code:
Code:

XSSFRow row = this.sheet.getRow(1);
for (Cell cell : row) {
// cell get colspan(number columns used)
}

my cell is colspaned, it is used(4 columns). How i can get the colspan columns of my cell ?

thanks

Viewing all articles
Browse latest Browse all 120

Trending Articles