psmithuk / xlsx

Create Excel files in Go
MIT License
31 stars 8 forks source link

Compatibility fixes #4

Closed sean-duffy closed 10 years ago

sean-duffy commented 10 years ago

These two changes are some tweaks that improve compatibility across different spreadsheet applications, some of which are more nit-picky than Excel: https://github.com/sean-duffy/xlsx/pull/2 https://github.com/sean-duffy/xlsx/pull/4

This fixes a small issue I introduced during refactoring: https://github.com/sean-duffy/xlsx/pull/3