Try the following:
1. Save your spreadsheet as tab delimited
2. Open up SQLA
3. Navigate to File and select 'Import Data'
4. Compose something similare to: insert into databasename.tablename values (?,?,?,?,?); <== however many columns are in the table and spreadsheet
5. Execute the query
6. Navigate to the location where the tab delimited file is stored.
7. Select the file and the table will be loaded from the file.
Try the following:
1. Save your spreadsheet as tab delimited
2. Open up SQLA
3. Navigate to File and select 'Import Data'
4. Compose something similare to:
insert into databasename.tablename values (?,?,?,?,?); <== however many columns are in the table and spreadsheet
5. Execute the query
6. Navigate to the location where the tab delimited file is stored.
7. Select the file and the table will be loaded from the file.