posted 18 years ago
You might play around with the DatabaseMetaData that youc an retrieve through the Connection object, but I'm not sure you'll get anywhere with that. Excel files are just not a relational database.
You could also use a library like Jakarta POI to read the Excel file.