Encoding IBM437

I am trying to load a CSV file from scratch.

//Specify the LoadOptions
var opt = new TxtLoadOptions(LoadFormat.CSV)
{
    MemorySetting = MemorySetting.MemoryPreference,
    Separator = '|',
    Encoding = Encoding.UTF8
};


var wb5 = new Workbook(tmpInputPath, opt);

This always produces the following error: "‘IBM437’ is not a supported encoding name.

I am using Aspose.Cell 12.8.1.22 with .NET Core 2.1

@newwin-sws,

Thanks for the sample code.

Please try our latest version/fix: Aspose.Cells for .NET v18.10

If you still find the issue, kindly do zip your CSV file and attach it here, we will check it soon.

There is no issue working with version 18.10. Works like a charm.

@newwin-sws,

You are welcome.