问题
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