Should the PHP web interface upload an xls file too?
Do you just need a php function which accepts the xls file name csv file name and the column_count string and cuts the proper columns and paste it in the file with csv file name: cutxls2csv($xls_filename, $csv_filename,
$column_count).
If you also want a web interface what it should exactly be. From where the excel file will come. Should the page upload the file to server, cut and convert it to a CVS and then download the result csv file from server address?
If so please let me.
I have already
prepared the cutxls2csv function completely working.
over 1 year ago