Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 466 Bytes

Readme.md

File metadata and controls

11 lines (8 loc) · 466 Bytes

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.