Hi, this is my situation...
I am developing applications using php and sql, in a open source ambient. In my job there are supervisors which need to check reports daily. That reports needs to be formulated doing sql queries, but, here comes the problem.. the info is not in a SQL file, but in a XLS file which is updated every day by the systems guys. The supervisors must select the query parameters, hit enter and the report shall display.
My question is: can I do something for convert automatically the XLS file to a SQL file
every, lets say, 24hrs??
I don't know much about MySQL because I am electronics engineer, not systems, but I learn what I need to. I am using WAMP server for tests and in the real server at work we have WAMP also.
Thank you very much for your help.