how read Excel 2003 from JAVA on Linux
Excell files are database type..
can i connect this Excel file to JDBC in Linux?..
|
Yeah. For instance,
jdbc:excel:////usr/datadir/
or
jdbc:excel:////usr/datadir/asample.xls
Please remember. Linux is case sensitive.
|
hi,
Can i connect Excel file to DSN (JDBC) on Linux.
I want to read excel file from java through JDBC Connection( DSN Connection is possible?)
|
>Can i connect Excel file to DSN (JDBC) on Linux.
>( DSN Connection is possible?
It needn't DNS, and hasn't relation with ODBC. But you can use it to read Excel files locally/remotely on any OS platform with Java.
|