CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2000
    Posts
    3

    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?


  2. #2
    Join Date
    Sep 1999
    Location
    Mainz, Germany
    Posts
    20

    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

  3. #3
    Join Date
    Dec 1999
    Posts
    23

    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
  •  





Click Here to Expand Forum to Full Width

Featured