I have excel files uploaded to my web. These files have fixed columns. I need to open these and the content (number of rows, records is always different) should be inserted in a existing table (fixed colums).
What is the best function to open and read the .xls file (fopen ?) and how to insert this in the table (insert sql or fwrite ?).
What is the best function to open and read the .xls file (fopen ?) and how to insert this in the table (insert sql or fwrite ?).