Storing and retrieving data from an excel sheet

hi
i want to insert, delete, update and select data from excel sheet… please tell me how do that in php.
and also creating new excel sheets and deleting excel sheets also…
thank you

Hello,

You would probably be better off importing the data into a MySQL database and implementing an export procedure to export the data once it has been managed via the database.

You could probably even set up a scheduled task to continually export the data to the Excel file from the database if needed.

Thanks, the OP has received the answer

Thread Closed