MySQL to Excel generation using PHP

后端 未结 7 1135
遇见更好的自我
遇见更好的自我 2021-01-06 22:00


        
7条回答
  •  旧时难觅i
    2021-01-06 22:17

    The problem is that when Excel sees a file ending in .xls, it expects the file to conform to its BIFF standard. Your code does not produce a BIFF-compliant file. If you want, I can provide you with PHP functions that produce BIFF-compliant files, but it's too long to post here.

提交回复
热议问题