openspout
openspout copied to clipboard
Read style from file
When using the reader to read xlsx files getRowIterator and then using getCells on the row, the getStyle on the cells returned returns the default style, not the style on that cell in the file. So, if you are trying to add data to an existing Excel document, Then all the styling is getting lost.