i need to import Excel data into Mysql database. How can i do it. Is there any utility or any script can do it. Thanks in advance.
how can i import excel data into mysql
Collapse
X
-
-
The simplest way to use Excel imports and exports with PHP is to use the PEAR Excel functions. I've just finished working on a project where I've had to export to Excel directly from PHP, and another developer produced the import script, and it's all pretty easy wen you use this.Comment
-
hiii can u please post or send me the code for pear excel function as i am new to this so could u please help me out in it thanks a lott in advance even u can mail the code to my id makanaashish@gm ail.com thanku once againOriginally posted by catacausticThe simplest way to use Excel imports and exports with PHP is to use the PEAR Excel functions. I've just finished working on a project where I've had to export to Excel directly from PHP, and another developer produced the import script, and it's all pretty easy wen you use this.Comment
Comment