diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-07-15 20:03:44 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-07-15 20:03:44 +0800 |
commit | 4f942255e460d6eb3235c3973fe22eb19c328b43 (patch) | |
tree | 6fb7ded8d21e36eb9e95b7595bd3fe5857f03e2f /README.md | |
parent | 4b7d21bb63addb580c3ac533b1fd2b4236bd31a5 (diff) |
- Fix missing element in worksheet, workbook and styles. Related issue #81;
- Format code and update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ func main() { ## Contributing -Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change. +Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change. XML is compliant with [part 1 of the 5th edition of the ECMA-376 Standard for Office Open XML](http://www.ecma-international.org/publications/standards/Ecma-376.htm). ## Credits |