how to download html table in excel format in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chand basha
    New Member
    • Aug 2011
    • 12

    how to download html table in excel format in php

    Hi,

    i am displaying mysql data in html table.

    How can i download it in msexcel format by using php. I am using pagination also. The download should be complete table.
  • code green
    Recognized Expert Top Contributor
    • Mar 2007
    • 1726

    #2
    You can write HTML to a xls file.
    Write as one big string or multiple strings to the file and saves as .xls.
    Tables and fonts will appear no problem, but formatting needs to be inline as css file cannot be seen.
    Pictures are trickier but can be done

    Comment

    • chand basha
      New Member
      • Aug 2011
      • 12

      #3
      Hi,

      Thanks for reply. I got solution.

      Comment

      Working...