As the name says, I have a task that I need to read data from excel files. I am wondering how to implement it in pure C, not C ++ or C #. By the way, I need to write and test the program on Linux, but others can use the code on Windows, which means that my code must be OS independent. Thank.
source
share