Recently for a project i'm working, on i'm stuck between a rock and a hard place. On one hand i have a third party component that gives me a certain report in .xls format. This conponent is not controlled by me, so stays this way.
On the other hand i have a ods parser that parses all the data into mysql. This also cannot be changed as i need the file to actually be ods for further manipulation. Plus it was requested this way by the party that commissioned the project.
Is there a way to convert xls into ods with php? Maybe with another step in the middle. Perhaps XML or anything of the like? This all runs on LAMP so frankly i would not even mind some command line tool to