Good Morning
using code similar to this:
xlRs = xlCon.getMetaData().getTables("", "%", "%", Array("TABLE"))
It is possible to get the list of sheets in an Excel file accessed via SDBC. My question is, is there a way via SQL to get the same list of sheets? Thank you.