Hello,
I'm building an Excel Workbook from scratch using C1.C1Excel build 2.1.20071.63
When saving to a file, my document is well formatted (colors ok, fonts ok, content ok).
When saving to a Memorystream, it gets corrupted (strange characters, values gane, formatting gone).
I need to send the file using email. I don't want to write it to a temporary file (though it works fine) because the application is a windows service that runs on a server.
What am I doing wrong ?