Skip to content

gmoqa/json-to-xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON to XLSX

NodeJs microapp to convert your json to xlsx.

Installing / Getting started

git clone https://github.com/gmoqa/json-to-xlsx.git
cd json-to-xlsx
npm install

setup your .env file

run bin/www

Now send to POST /xlsx with your file .json and the response looks like this.

{
    "file": "http://localhost:8000/files/xlsx/1m1klsh7qbjplnm63j.xlsx"
}

You can send to POST /json with your file .xlsx and the response looks like this.

{
    "data": [
      {
        "name": "pageOne",
        "content": {
          "item1": "value",
          "item2": "value"
        }
      },
      {
         "name": "pageTwo",
         "content": {
         "item1": "value",
         "item2": "value"
         }
       }
    ]
}

About

NodeJs microservice to convert your json to xlsx.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published