BSA-US / world-of-jackson

22 stars 11 forks source link

first draft for initial PR, addresses issue #66 #88

Closed yeti-detective closed 3 years ago

yeti-detective commented 3 years ago

adding class XlsxImporter

add scripts/ with tsconfig override, update file path in package.json

exclude scripts/ from build

add scripts/ with tsconfig override, update file path in package.json

run 'yarn import-xlsx ' to identify sheet, column, and row of cell containing header 'Address' (not case sensitive)

TS compatible regex matcher function

add readme instructions for running script

npetrangelo commented 3 years ago

66