Add custom sheet and encoding

This commit is contained in:
2021-03-29 18:35:49 +07:00
parent 4d07c0e5fa
commit f696a468d6
2 changed files with 6 additions and 2 deletions

View File

@@ -26,4 +26,6 @@ APP_NAME=custom app name
INPUT_FILE=./data/mydata.json
OUTPUT_PATH=./data/outputs
MAPPER_FILE=./data/mapper.json
SHEET_NAME=Sheet1
ENCODING=utf-8
```