Reading a Doccument with java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JulianP
    New Member
    • Nov 2006
    • 11

    Reading a Doccument with java

    Hi there I was wondering if anyone could help me along with pulling data from a spreadsheet or text file.

    What I'm trying to do is access a spreadsheet which has information on it like high school classes and course descriptions which are located in the spreadsheet and text files. Anything to get me start would be great and thanks in advance!

    -JulianP
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by JulianP
    Hi there I was wondering if anyone could help me along with pulling data from a spreadsheet or text file.

    What I'm trying to do is access a spreadsheet which has information on it like high school classes and course descriptions which are located in the spreadsheet and text files. Anything to get me start would be great and thanks in advance!

    -JulianP
    FileReader combined with BufferedReader or Scanner will read text files for you easily but for spreadsheets you will want to use a third party package like the poi package or itext.

    Comment

    Working...