Page 1 of 1

How can I deal with an excel file

Posted: Sun Jul 03, 2005 8:25 am
by theysay
I want to get some data from an excel-file. And the excel-file is not in the web localhost computer. I want to use a <input type="file"> to find the excel-file,then I want to deal with the file----get the information from it. Anyone can give me any instructions ? thanks in advance.

Posted: Sun Jul 03, 2005 10:09 am
by ddragas
Use csv file insetad xls file, then use fgetcsv command to retrive data from file