justkawal / excel

Excel Library for Flutter and Dart - https://pub.dev/packages/excel
MIT License
416 stars 229 forks source link

fix customNumFormats position in styles.xml #331

Closed davulkan closed 7 months ago

davulkan commented 7 months ago

when no numFmts are found in styles.xml, customNumFormats are inserted at the very beginnig of styles.xml now it seems to be inserted at a proper place

FauconSpartiate commented 7 months ago

Nice, could you add some tests to make sure it continues working in the future?

davulkan commented 7 months ago

Nice, could you add some tests to make sure it continues working in the future?

sure, done