Hello ,
I am trying to export XLSX file with Comments . I was able to achieve the same with XSSFWorkbook but I was unable to set Background Color for the Comment Bubble. When I checked HSSFWorkbook where in HSSFComment the SetFillColor function is able to set the background color but I was unable to find the same in XSSF .
I implemented based on the below example but I didnt find the SetFillColor function in XSSF .
XSSF
Please help to add background to COMMENT in XLSX file.
Thanks,
bk
I am trying to export XLSX file with Comments . I was able to achieve the same with XSSFWorkbook but I was unable to set Background Color for the Comment Bubble. When I checked HSSFWorkbook where in HSSFComment the SetFillColor function is able to set the background color but I was unable to find the same in XSSF .
I implemented based on the below example but I didnt find the SetFillColor function in XSSF .
XSSF
Please help to add background to COMMENT in XLSX file.
Thanks,
bk