Skip to content

This project provide to convert xlsx file to json

Notifications You must be signed in to change notification settings

dyfun/xlsx-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This module helps to convert xlsx file to json format.

How to run?

Firstly, edit main.go file and set your xlsx file directory to file variable. Open new terminal and type go run main.go. You should see JSON response in your terminal.

Example XLSX file

books.xlsx file contain example data about for this project. First row is about object key. Other rows are about object values.

Excelize golang library is used in the project for read xlsx file.

About

This project provide to convert xlsx file to json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages