Skip to content

Tag: apache-poi

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 …

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 PO…