Hi,
I want to be able to read/write simple excel spreadsheets (don't we all?) using QtCreator for Windows.

I've tried to use xlslib, but using a Windows system I have problems getting this to work (see this sourceforge thread).

What I actually need is just write numbers/strings to cells. Formatting, formulas, different sheets etc. would be nice-to-have, but absolutely not necessary.I can't take the ActiveX approach because I need a multi-platform solution - I am building the program for Windows and for Android (more to come later).

Has anyone managed to integrate xlslib into Qt under Windows?
Is there a simpler alternative?

As this post intends to aim for the Qt side of my problem, please forgive my cross posting (see link above) concerning my efforts to specifically deal with the xlslib side of it.

Any help/hint/link is gratefully appreciated!