I am currently working on a school project with a company, this company wants us to make a parser for many types of files.
At the moment we are at the excel to csv parsing, however it seems that if we try to do this, we will get gibberish. We do not get to use third party libraries, frameworks and such.
How can i still parse the excel files? Because all i get when i try to decode it, are gibberish lines.
[gibberish: https://hastebin.com/tuyuwiqaro.cpp]
Is there a way to get past this with PHP? We are first years, so we're unsure if this is past our skill level or if we can still do it.