You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godocx is a Golang library for creating and modifying DOCX (Microsoft Word) documents.
6
+
Godocx is a library written in pure Go providing a set of functions that allow you to write to and read from Docx file.
7
+
8
+
This library needs Go version 1.18 or later. The full docs can be seen using go's built-in documentation tool, or online at [go.dev](https://pkg.go.dev/github.com/gomutex/godocx). Please refer the [subpackage docx](https://pkg.go.dev/github.com/gomutex/godocx/docx) for the list of functions that can be used.
9
+
7
10
8
11
## Usage
9
12
Here's a simple example of how you can use Godocx to create and modify DOCX documents:
10
13
14
+
## Installation
15
+
Use the godocx in your project
16
+
```bash
17
+
go get github.com/gomutex/godocx
18
+
```
19
+
20
+
11
21
### Examples
12
22
Explore additional examples and use cases over at GitHub repository dedicated to showcasing the capabilities of Golang Docx:
13
23
https://github.com/gomutex/godocx-examples
@@ -81,3 +91,6 @@ This is screenshot of demo document generated from the godocx library.
81
91
## Inspiration
82
92
The Godocx library is inspired from the python-docx
83
93
94
+
## Licenses
95
+
96
+
The Godocx library is licensed under the [MIT License](https://opensource.org/licenses/MIT).
0 commit comments