How to export multiple excel sheets using php and mysql

Discussion in 'PHP' started by mylooieva, Mar 18, 2010.

  1. #1
    Hi,

    Can anybody help me out how to export multiple excel sheets in a single xls file using php by using datas from mysql table.

    thank you
     
    mylooieva, Mar 18, 2010 IP
  2. odrey

    odrey Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    the easy way, you can use php class for xls.
    try googling it , there are many class you can use for doing this job..
    hope this help
     
    odrey, Mar 29, 2010 IP
  3. javaongsan

    javaongsan Well-Known Member

    Messages:
    1,054
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #3
    the easy way is to output data to a file with deliminators and name the file with a xls extension.
     
    javaongsan, Mar 29, 2010 IP