New Save functionality request

There is a save method: Workbook.Save(string fileName, char separator), which saves to a file. I would very much like the same functionality, but saving to a stream. The signature could be something like:
Workbook.Save(Stream stream, char separator).

I would like the functionality because I will zip the data (in memory), before saving to a file. I specifically need to use ‘;’ as the separator.

Yours
Lars Hammer

You will get this new method in the next public release. It will be available in a few days.

I hope you can help me. I can’t seem to find this new functionality in version 4.1?

Yours
Lars Hammer

Sorry, I forget to include it in the public release version. Please try this attached dll.