Small tool to convert excel document into sql. Eventually would like to connect popular sql drivers and cloud based solution to create databases from excel vs writing the sql to a file
$ cargo run <path-to-excel-file>
File path is required for the application to run, currently working on a better cli expirience but wanted to get the base logic finished first.