Configuration for Excel Database
Hello everyone! Using the JDBC Connector Extension and the downloaded xlSQL JDBC driver for Excel, I created my own extension for connecting to Excel as a database. But there are problems with configuration. Here are two options:
JDBC Driver Class Name: com.xlSQL.jdbc.Driver
JDBC Connection String: jdbc:xlSQL://localhost:8085;databaseName=DB
connectionValidationString: Sheets("Sheet1").Select
or
JDBC Driver Class Name: com.excel.jdbc.Driver
JDBC Connection String: jdbc:excel://localhost:8085;databaseName=DB
connectionValidationString: Sheets("Sheet1").Select
In both cases, the connection to the database doesn't occur. First of all, I don't know exactly where my database ("DB") should be for the proper connection. Maybe there is someone here who worked exactly with Excel and will indicate what other mistakes I made when filling out.

