Read Excel through PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepaks85
    New Member
    • Aug 2006
    • 114

    Read Excel through PHP

    Dear Friends,

    I need to read an excel data through PHP to web page with formatting. It should be automatically updated on the web page when I updated the excel file.

    I did research on google but could not find the code that reads exact formatting from Excel. It reads only data.

    How can I read excel data as well as formatting ?

    Please help me....

    Thanks

    Deepak
  • Dheeraj Joshi
    Recognized Expert Top Contributor
    • Jul 2009
    • 1129

    #2
    did you searched this link?


    CHECK_CHECK

    Regards
    Dheeraj Joshi

    Comment

    • deepaks85
      New Member
      • Aug 2006
      • 114

      #3
      Yes Dheeraj, I did check that link. It reads only data but not formatting..

      Please help me...

      Comment

      • Dheeraj Joshi
        Recognized Expert Top Contributor
        • Jul 2009
        • 1129

        #4
        OOPS...

        Then you need some other techniques i think..

        I don't know.....

        Regards
        Dheeraj Joshi

        Comment

        • gopan
          New Member
          • Apr 2009
          • 41

          #5
          dear deepak,
          you may have used PEAR packages in your php application...


          I think this packages will solve your problem.
          Structures DataGrid Renderer XLS (PEAR Package
          Spreadsheet Excel Writer

          hope this will help you...

          Comment

          Working...