https://github.com/artodeschini/conversorexcelhtmlpdf
https://github.com/artodeschini/conversorexcelhtmlpdf
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artodeschini/conversorexcelhtmlpdf
- Owner: artodeschini
- Created: 2022-07-08T21:46:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T13:17:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T16:57:02.966Z (over 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conversor CSV para Html e PDF
## requisitos
* javascript
* nodejs
* ejs
* git
## Descrição
Projeto em node que le csv transforma os dados em html, excel e pdf
## install require
```bash
npm install html-pdf --save
npm install ejs --save
```
## to start
```bash
npm install html-pdf --save
## executar
npm start
## ou
node app.js
```