svn2github / npoi

This is a clone of an SVN repository at http://npoi.googlecode.com/svn/trunk/. It had been cloned by http://svn2github.com/ , but the service was since closed. Please read a closing note on my blog post: http://piotr.gabryjeluk.pl/blog:closing-svn2github . If you want to continue synchronizing this repo, look at https://github.com/gabrys/svn2github
Other
59 stars 50 forks source link

Issue in CT_Colors leads to corrupted Excel Indexed colors #3

Closed korneyev closed 10 years ago

korneyev commented 10 years ago

When reading existing xls file and then saving it, there is an issue (looks like a typo) in CT_Colors.Parse that leads to corrupted indexedColors. While quering indexed colors nodes in styles.xml c2Node should be used instead of childNode as argument of CT_RgbColor.Parse.