DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    vijay tandel Guest

    how to read excel file from java.


    i have created an excel file. that is somthing like follow

    Sr No Command Options Description

    1 en -- enable terminal
    2 config terminal terminal configuration
    network network configuration
    host host configuration


    and so on

    now i wanna read this file from java and wanna take action according to the
    command in excel file. i dont know how to do it.

    so please give me the solution for the same.

  2. #2
    Join Date
    Nov 2003
    Posts
    3
    Harlow,

    I don't really understand what you mean by reading the commands in Excel.

    Anyway, you can download the POI library from Apache http://jakarta.apache.org/poi/index.html. This is a set of Java API to access icrosoft Format Files.

  3. #3
    Join Date
    Nov 2003
    Posts
    8
    A better option is to not use Excel for that sort of thing. An ordinary text file is just as easy to maintain and a lot easier to handle in Java.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links