csv-converter-to-pdf-and-html

1.0.2 • Public • Published

csv-converter-to-html-and-pdf

Program to convert excel (CSV) to HTML and PDF using OO in JavaScript with Node.js


Instalação:

    npm install --save csv-converter-to-pdf-and-html

Como usar:

    const Converter = require("csv-converter-to-pdf-and-html")
    const path = require("path")
 
    const converter = new Converter()
 
    const filePath = path.resolve("./users.csv") // Caminho completo
    const destinationPath = path.resolve("./HTMLandPDF") // Aqui não precisa especificar a extensão (HTML or PDF)
 
    converter.HTMLAndPDFConverter(filePath, destinationPath)

#### Outras funções:

   converter.HTMLConverter(filePath, destinationPath)
   converter.PDFConverter(filePath, destinationPath)

Package Sidebar

Install

npm i csv-converter-to-pdf-and-html

Weekly Downloads

37

Version

1.0.2

License

MIT

Unpacked Size

7.77 kB

Total Files

11

Last publish

Collaborators

  • kanrinha