added godocx (#5346)

* added godocx

* Update README.md
This commit is contained in:
Go mutex 2024-09-17 16:00:38 +05:30 committed by GitHub
parent 1c554dbb23
commit 42feb67c06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1752,6 +1752,12 @@ _Libraries for working with Microsoft Excel._
- [xlsx](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs.
- [xlsx](https://github.com/plandem/xlsx) - Fast and safe way to read/update your existing Microsoft Excel files in Go programs.
### Microsoft Word
_Libraries for working with Microsoft Word._
- [godocx](https://github.com/gomutex/godocx) - Library for reading and writing Microsoft Word (Docx) files.
**[⬆ back to top](#contents)**
## Miscellaneous