From 42feb67c0652d3399cd10bdecd65ac5e2b36bbb7 Mon Sep 17 00:00:00 2001 From: Go mutex <155832629+gomutex@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:00:38 +0530 Subject: [PATCH] added godocx (#5346) * added godocx * Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b240cebf..5495c1c0 100644 --- a/README.md +++ b/README.md @@ -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