I am trying to export an Excel Workbook containing an unknown number of sheets, each with an unknown number of fields and field names, to a SQLite db with a table for each sheet and a column for each field. I can get the schema including sheet names and column names with data types. What I want to do...