Excel Formatted Spreadsheet To SQL ?

B

Bob

Hello,

Is there any reasonably straightforward way to convert an Excel
spreadsheet, or part of one, to a format that SQL would accept ?

Thanks,
Bob
 
J

joel

Usually the method that works is to save the worksheet in CSV format.
Then import the CSV format into your database. Access will import CSV
and so wil a number of other databases.
 
Top