text file to Excel file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gaya3
    New Member
    • Aug 2007
    • 184

    text file to Excel file

    Hi all,
    How to convert text file to excel file in java??
    pl any one help me out...
    is ter any api..??
  • madhoriya22
    Contributor
    • Jul 2007
    • 251

    #2
    Originally posted by gaya3
    Hi all,
    How to convert text file to excel file in java??
    pl any one help me out...
    is ter any api..??
    Hi,
    what is the format of ur text file...Describe ur problem a bit more? Have u tried anything?

    thanks and regards,
    madhoriya22.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by gaya3
      Hi all,
      How to convert text file to excel file in java??
      pl any one help me out...
      is ter any api..??
      Yep there's a nice API as well as a nice implementation that comes with it.
      Google for Apacahe FOP and Apache POI.

      kind regards,

      Jos

      Comment

      • gaya3
        New Member
        • Aug 2007
        • 184

        #4
        Originally posted by madhoriya22
        Hi,
        what is the format of ur text file...Describe ur problem a bit more? Have u tried anything?

        thanks and regards,
        madhoriya22.
        Hi ,

        Text file is of fixed length.
        I have tried out using methods in JXL package.
        Do u have any more idea??

        Comment

        • gaya3
          New Member
          • Aug 2007
          • 184

          #5
          Originally posted by JosAH
          Yep there's a nice API as well as a nice implementation that comes with it.
          Google for Apacahe FOP and Apache POI.

          kind regards,

          Jos

          Hi Jos,
          Could u please give me clear idea on that..

          Comment

          • JosAH
            Recognized Expert MVP
            • Mar 2007
            • 11453

            #6
            Originally posted by gaya3
            Hi Jos,
            Could u please give me clear idea on that..
            Did you google for those two projects and read their corresponding home pages?
            Everything is explained there.

            kind regards,

            Jos

            Comment

            Working...