Hi,
i have this code:
my cell is colspaned, it is used(4 columns). How i can get the colspan columns of my cell ?
thanks
i have this code:
Code:
XSSFRow row = this.sheet.getRow(1);
for (Cell cell : row) {
// cell get colspan(number columns used)
}
thanks