An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![.NET Core](https://github.com/aimenux/SharpDocxDemo/workflows/.NET%20Core/badge.svg)
# 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