Hi..
I am new to CodeIgniter. My client wants to import the Excelsheet directly to MSSQL database rather thn submitting each and every product detail. The Excel file they are using has multiple sheets and so many columns. So my functionality should be like uploading an excel file and validate it, then the every sheet should create a table in database and first row (column name) becomes the table fields.
anybody can suggest what should I do?