Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 354 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 354 Bytes

Excel analyzer

This script analyze xlsm format file and write data from sheets to sqlite database with hardcoded tables(yet)

for run, use

python upload.py <path for your excel file>

if you want to create executable file in linux, enter command

chmod +x upload.py

Run it with command:

./upload.py <path for your excel file>