Data Inserting in Excel Sheet.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    Data Inserting in Excel Sheet.

    I used a line.

    [code=java]
    import org.apache.poi. hssf.usermodel. *;
    [/code]

    Now here my Compiler Reporting an Error.
    I know why this is Happening.
    But my Question is where I will find this Respective poi-2.0-final-20040126.jar file to Download.
    Please Help!

    Kind regards,
    Dmjpro.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by dmjpro
    I used a line.

    [code=java]
    import org.apache.poi. hssf.usermodel. *;
    [/code]

    Now here my Compiler Reporting an Error.
    I know why this is Happening.
    But my Question is where I will find this Respective poi-2.0-final-20040126.jar file to Download.
    Please Help!

    Kind regards,
    Dmjpro.
    I copied/pasted that jar name in google and it gave me this. (1.8 seconds including the copy/paste)

    kind regards,

    Jos

    Comment

    • Nepomuk
      Recognized Expert Specialist
      • Aug 2007
      • 3111

      #3
      Originally posted by dmjpro
      I used a line.

      [code=java]
      import org.apache.poi. hssf.usermodel. *;
      [/code]

      Now here my Compiler Reporting an Error.
      I know why this is Happening.
      But my Question is where I will find this Respective poi-2.0-final-20040126.jar file to Download.
      Please Help!

      Kind regards,
      Dmjpro.
      Wise old Goolge says: Try this. Or this. Or even this.

      Greetings,
      Nepomuk

      Comment

      • dmjpro
        Top Contributor
        • Jan 2007
        • 2476

        #4
        Originally posted by nepomuk
        Wise old Goolge says: Try this. Or this. Or even this.

        Greetings,
        Nepomuk
        Thanks a lot!

        Kind regards,
        Dmjpro.

        Comment

        Working...