looking for advise on importing excel into mysql with php

Posted by Ole Media on Stack Overflow See other posts from Stack Overflow or by Ole Media
Published on 2010-02-17T04:26:46Z Indexed on 2010/05/01 1:17 UTC
Read the original article Hit count: 182

Filed under:
|
|

Alright, see if I can pick your brains from you all.

I'm currently working on a project where all the information comes from different clients, the only thing in common is that the received data is done with excel. The excel spread sheet that they present is just a bunch of references and codes, and the problem than I'm facing is that I need the references and codes to be entered in certain format in order for the website to work.

The perfect situation will be to go to each client and teach how I would need the data, but I can't do that because of the large number of clients, and more importantly I will be interrupting their work flow. Each client has its own codes and reference model and they are not willing to change their process

The good news is that there is a standard pattern for the codes, but I'm talking close to 200 thousand codes with a bunch of combination.

They way that we are currently solving the problem is that we have a person who checks each excel sheet received, runs a few macros, and manually fixes those codes in which the macro was not able to fix.

The person that is doing this, is already burn out and frustrated and I would like to automatize this process with php.

Suggestions?

© Stack Overflow or respective owner

Related posts about php

Related posts about php5