Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4cecoder/appendocx
focuses on appending text to the content of the DOCX file. Only includes core functionality for reading a DOCX file, appending text, and writing it back to a file.
https://github.com/4cecoder/appendocx
cli docx go microsoft-office microsoft-word-automation
Last synced: about 1 month ago
JSON representation
focuses on appending text to the content of the DOCX file. Only includes core functionality for reading a DOCX file, appending text, and writing it back to a file.
- Host: GitHub
- URL: https://github.com/4cecoder/appendocx
- Owner: 4cecoder
- License: mit
- Created: 2023-03-31T03:59:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-31T04:07:20.000Z (over 1 year ago)
- Last Synced: 2024-01-25T05:36:21.569Z (11 months ago)
- Topics: cli, docx, go, microsoft-office, microsoft-word-automation
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appendocx
focuses on appending text to the content of the DOCX file.
contains only the core functionality for reading a DOCX file, and appending text, and writing it back to a file.
### Build Program
```bash
go build -o docx-append main.go
```### Cli Usage
```bash
./docx-append -i input.docx -o output.docx -t "Text to append"
```