-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is ExcelJConnect standard JDBC driver? How to connect to XLSX in such a tool like SQuirreL SQL Client? #1
Comments
What you means with "standard JDBC driver"?
I have never test the driver with this tool.
This will not work. The driver make the sheet available as procedures and not as tables. You can try:
I am unclear what you means. If you use its inside of SQuirreL SQL then it is also only component, library.
That we have written it. The question is which features do you need? |
Well, unfortunately, it SQuirreL SQL Client (free, opensource, pure Java GUI over JDBC driver available on https://squirrel-sql.sourceforge.io/) can not work with ExcelJConnect in the same ways as it can work with JDBC drivers of other databases. SQuirreL does not list any tables, procedures, functions etc. I tried to submitt call Sheet1, no luck. The second use case, I would like to have XLSX driver, is to read data from XLSX into H2 database H2 database using CREATE LINKED TABLE command. But never mind, I will watch Your project, if there will be some improvements in this field, because it looks like Your project is the only one free and opensource project under active development. CData and HTTX JDBC drivers are not only paid, but You have to order huge volume of licences (waste of everything), and although JDBCExcel looks very promising, but with no release after the first commit 6 years ago. |
There are some fixes. Please test the snapshot from Jitpack. Or as direct download: https://javadoc.jitpack.io/com/github/i-net-software/ExcelJConnect/main-baf7659af0-1/ExcelJConnect-main-baf7659af0-1.jar |
Hello, developers,
may I ask You, if ExcelJConnect is standard JDBC driver? How to connect to XLSX in such a tool like SQuirreL SQL Client or any other Java database GUI tool? I tried to set up ExcelJConnect in SQuirreL SQL Client, but when tried to select any data, I have no luck (message like Unsupported operation appears). JDBC URL is "jdbc:inetexcel:C:\temp\test.xlsx?hasHeaderRow=false", connected without errors, but that is all. No data. I tried SQL SELECT: select * from "Sheet1", but no luck.
Or is ExcelJConnect targeted only for Java code as a component, library as seen in https://github.com/i-net-software/ExcelJConnect Usage chapter?
I am looking for some simple, free, read only XLSX JDBC driver. Well known XLSX drivers are full of capabilities, most of such capabilities not needed by me, but all of such (two) drivers are quite expensive, especially for my purposes.
Thank You for Your answer in advance, Stepan
The text was updated successfully, but these errors were encountered: