Okay, this is going to be embarrassing.
*deep breath*
http://tols17.oulu.fi/~ekarjala/sxcgen/
This is a rather stupid bit of code done using VS7. It's almost pure C/C ...
it does currently need windows.h, but only because the library I'm using for
zipping does. Honestly, it's more of a huge hack than anything else, but...
It's relatively useful, and it does indeed generate .SXC type docs relatively
easily. The usage documentations are not that good, there's an example
included...
But, basically you use it like,
CSXCfile sxc;
sxc.CreateFile("something.sxc);
sxc.SetSheet("somesheet");
sxc.WriteToCell(x, y, "text");
sxc.CloseFile();
So, it has the virtue of being relatively simple to use...
I appreciate any and all suggestions on improving it. The meat,
IE, SXCGen.cpp and SXCGen.h are both under LGPL. Zip-parts use apparently
the Info-zip license...
Anyway, I hope it'll be of some use to someone...
If I missed something I assure you it's due to incompetence, not malice.
- Esa
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]