From 2919cbafb2acba97b89d2204081b679da88086de Mon Sep 17 00:00:00 2001 From: Hsuan-Kai Liao <2384288968@qq.com> Date: Wed, 31 Jul 2024 03:12:00 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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```