Hello,
using C# (through VisualStudio) I’d like to make a calc file and write to it, similarly to writing to a text file just a spreadsheet instead.
There’s some info about the ADOL Toolkit, but I couldn’t download it using the related pages I found because they don’t exist anymore.
I found this forum post, but the example webpage refernced in the accepted answer didn’t provide any examples of how to actually make create a file (at least not that I understood).
As an alternative, I looked into creating Excel files but the extension didn’t seem to work (possibly due to not having installed Excel).
So far what I’m looking for (not sure if this is it) are any Visual Studio extensions (preferably that have examples), of how to write to a calc file using C#.
Thanks for any help.