Hi,
I can set a style for 1 cell, such
BUT, how do I do this for certain cellrange, such
start_row=1
end_row=1
start_column=10
end_column=20
Thanks, Kalem
I can set a style for 1 cell, such
Code:
XSSFCell cell = sheet.getRow(0).createCell(0);
cell0.setCellStyle(my_defined_style);start_row=1
end_row=1
start_column=10
end_column=20
Thanks, Kalem