https://github.com/aimenux/sharpdocxdemo
Using SharpDocx to generate word documents based on templates
https://github.com/aimenux/sharpdocxdemo
consoleapp netcore31 sharpdocx vs19
Last synced: 5 months ago
JSON representation
Using SharpDocx to generate word documents based on templates
- Host: GitHub
- URL: https://github.com/aimenux/sharpdocxdemo
- Owner: aimenux
- Created: 2020-11-12T22:16:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-19T13:32:56.000Z (over 5 years ago)
- Last Synced: 2025-02-27T01:54:31.335Z (about 1 year ago)
- Topics: consoleapp, netcore31, sharpdocx, vs19
- Language: C#
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# SharpDocxDemo
```
Using SharpDocx to generate word documents based on templates
```
> In this demo, i m using the magic of [SharpDocx](https://github.com/egonl/SharpDocx) in order to generate word documents based on :
> - Model (see [Company.cs](https://github.com/aimenux/SharpDocxDemo/blob/main/Lib/Models))
> - Template (see [Company.cs.docx](https://github.com/aimenux/SharpDocxDemo/tree/main/Lib/Views))
>
> In order to run the demo, type the following command in your favorite terminal :
> - `App.exe docxgen -o "path\filename.docx"`
**`Tools`** : vs19, net core 3.1