How to read data from excel file into java program with out using DSN(Data Source Name), which is platform dependent?
Printable View
How to read data from excel file into java program with out using DSN(Data Source Name), which is platform dependent?
Hi
Don´t you have a Database Connection to this file ?
So if you are making one, you are able to go over this file as a database with the SQL-Statements !
Thomas
got to my homepage at http://www.Erbeere.de
If you save your Excel file in comma delimited format you're able to read the file using for example notepad and Java. File->Save As->Save as type(Comma Delimited (*.csv))