Sudhakar Reddy
May 8th, 2000, 11:37 PM
How to read data from excel file into java program with out using DSN(Data Source Name), which is platform dependent?
|
Click to See Complete Forum and Search --> : How to read data from excel file into java program with out using DSN(Data Source Name)? Sudhakar Reddy May 8th, 2000, 11:37 PM How to read data from excel file into java program with out using DSN(Data Source Name), which is platform dependent? Erbeere May 10th, 2000, 01:42 AM 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 mbutu May 10th, 2000, 02:06 AM 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)) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |