Dear All
How can I make PHP script which can convert a pretty large EXCEL sheet (400Kb) into a MySQL DB on my web server - and then have a web interface where I can update all the cell's instantly (only text based - no arithmetic involved).
Several users should have the possibility to update data at the same time.
I am so tired to sending EXCEL sheets in a circle - not knowing who has the latest update/version
Of course it would be very convenient to be able to download a backup of the data in the MySQL DB now and then.
Rgds.