diff --git a/README.md b/README.md index f828bbd..fde1aac 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # JSONGenerator JSON generator from Excel files with template. -### Dependencies +### - Dependencies - openpyxl -## Usage +### - Usage using template to build up the links between Excel and JSON entries - Excel column names → match template → JSON path -### Format +### - Format formats of the entries in Excel dataset 1. string: ```example``` 2. int & float: ```15```, ```1.0```