How to make Tab Delimited file to have windows style newline

I’m using a trial version of Aspose.Cells for .NET to generate Tab Delimited file. The newline is unix style (\n), instead of the Windows style (\r\n). Is there a way to make the output file to have windows style newline?

Hi,


Well, the exported file by the recent/latest versions has windows style newline(\r\n). Please check the binary of the generated file.



Thank you.