Skip to content
Advertisement

Tag: apache-poi

Apache POI Excel row color is only black and doesn’t change

I am trying to make excel files background one row white and other aqua color. But for some reason whatever I do the color always changes to black. It doesn’t change whatever I do, even if I try GREY_25_PERCENT its completely black. Here’s picture of my excel file Answer It may seem counterintuitive, but using in combination with sets the

Not able to set custom color in XSSFCell Apache POI

I am trying to set some custom(from hexcode or rgb value) color to a xssfcell.But the color of the cell is becoming black even though I am giving some other color.I have tried doing this by the following ways : //END of the program I tried many other ways mentioned in answers to related questions but none of those solved

Apache POI Parsing error

I know this question has been asked often, but couldn’t find a suitable solution. When working with or I always end up with the following error: People have suggested to open PackageRelationshipCollection and retry. But that didn’t help much. Also I have the jars loaded : Answer From the Apache POI FAQ: Can I mix POI jars from different versions?

Advertisement