Import MySQL data to excel in format

萝らか妹 提交于 2019-12-13 04:53:02

问题


i just noob for mysql, i have some data in mysql and i would like to import it to ms excel in format.

let say my data is look like this in mysql

id     number              msg
1          1            001#now#and#then
2          2            002#this#or#that

i would like to automatically split when import msg column to excel

no     id     status     another       function
1       1       now           and                then
2       2       this            or                  that

And i want to put this Save button in php.

Please help...

Thanks,

来源:https://stackoverflow.com/questions/19624254/import-mysql-data-to-excel-in-format

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!