Read and write Excel sheet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CF FAN
    New Member
    • Mar 2008
    • 50

    Read and write Excel sheet

    Hi
    Is it possible to read an Excel file using coldfusion then wrile that content to another excel sheet with different format?Is any one can help me?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You can use the POI library which comes with Coldfusion.

    Comment

    • CF FAN
      New Member
      • Mar 2008
      • 50

      #3
      K thanksss....... .......working fine

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        You're welcome. Glad it's working.

        Can you post some of your sample working code for the benefit of others?

        Comment

        • Haitashi
          New Member
          • Jun 2007
          • 96

          #5
          Oh, yes, please do post examples. I'm trying to accomplish pretty much the same thing. Only, I'm trying to output the results of a query in to an excel file. I believe what you're doing can shed some light into what I'm trying to do.

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            You may find this cfc wrapper useful. Look for the updated version that fixes some bugs.

            Comment

            Working...