Jump to content

Design advice in a scenario where MsExcel interacts with MySQL


marisha

Recommended Posts

The Background

---------------------

1) The vendor will submit his excel sheet on website and the whole data will get imported in the MySql

 

2) The amount of data that we are going to receive in excel sheet will be like 9 - 10 columns , with macros and inbuilt functions and atleast 60 rows.

3) We are going to receive 10 - 15 excel sheet per month. We rely on these data for reporting.

 

My thought process

--------------------------

My database is MySql , I am using Php for server side form handling. I have never designed a system in Php to handle MsExcel. I have experience in designing such website in .Net both being Microsoft product have alot of compatiility.

 

 

Can the gurus suggest me any online tutorial I can refer or the way I should approcah it.

 

 

 

Thanks

Marisha

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

There are some API's and classes that will provide an ODBC connection to excel.  You could then query the data into an update to append the data.  A script could be written to upload the file, connect with odbc, update sql, and store the file for each time a file is uploaded. Search for "php excel api" and you may get some ideas.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.