|
-
May 8th, 2000, 11:37 PM
#1
How to read data from excel file into java program with out using DSN(Data Source Name)?
How to read data from excel file into java program with out using DSN(Data Source Name), which is platform dependent?
-
May 10th, 2000, 01:42 AM
#2
Re: How to read data from excel file into java program with out using DSN(Data Source Name)?
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
-
May 10th, 2000, 02:06 AM
#3
Re: How to read data from excel file into java program with out using DSN(Data Source Name)?
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))
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|