Re: Excel file uploading and converting to csv

2010-09-03 Thread Sam
You can export to csv directly from excel. http://vegdave.wordpress.com/2007/05/19/import-a-csv-file-to-mysql-via-phpmyadmin/ On Sep 3, 2:11 pm, Muthuvel Subramani wrote: > hello I am new to cakephp.. i need to import files from excel to mysql > database.. so for this i need to upload the excel f

Excel file uploading and converting to csv

2010-09-03 Thread Muthuvel Subramani
hello I am new to cakephp.. i need to import files from excel to mysql database.. so for this i need to upload the excel file... after uploading i need to convert excel to csv file.. after converting to csv, i need to import csv file to mysql.. how should i approach for this scenario.. thanks.. Ch