Skip to content

k1mjunyoung/json-to-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

json-to-excel

SheetJS를 사용하여 json 데이터를 Excel로 손쉽게 변환해줍니다.

How to use..

  1. Clone this repository.
  2. Copy and paste jsonToExcel.js file into your library directory in your project.
  3. Add this code in your html file.
    <script src="https://cdn.sheetjs.com/xlsx-0.20.0/package/dist/xlsx.full.min.js"></script>
    <script src="{path}/jsonToExcel.js"></script>
    
  4. Use the function jsonToExcel(jsonData); in javascript!

Library

About

JSON to Excel Converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published