Skip to content

Instantly share code, notes, and snippets.

@svsh227
Last active January 16, 2020 05:39
Show Gist options
  • Save svsh227/29ec7a32d31f35b97c27a91a65385af8 to your computer and use it in GitHub Desktop.
Save svsh227/29ec7a32d31f35b97c27a91a65385af8 to your computer and use it in GitHub Desktop.
Write JSON Data Into an XLSX/Excel File in JavaScript
//sample.json
[{
"firstName":"Shubham",
"lastName":"Verma",
"email":"example@gmail.com",
"Mob:":1234567890,
"country":"India"
},
{
"firstName":"Shubham",
"lastName":"Verma",
"email":"example@gmail.com",
"Mob:":1234567890,
"country":"India"
},
{
"firstName":"Shubham",
"lastName":"Verma",
"email":"example@gmail.com",
"Mob:":1234567890,
"country":"India"
},
{
"firstName":"Shubham",
"lastName":"Verma",
"email":"example@gmail.com",
"Mob:":1234567890,
"country":"India"
},
{
"firstName":"Shubham",
"lastName":"Verma",
"email":"example@gmail.com",
"Mob:":1234567890,
"country":"India"
},
{
"firstName":"Shubham",
"lastName":"Verma",
"email":"example@gmail.com",
"Mob:":1234567890,
"country":"India"
},
{
"firstName":"Shubham",
"lastName":"Verma",
"email":"example@gmail.com",
"Mob:":1234567890,
"country":"India"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment