Culture is not supported

Aspose.Cells.Workbook wb=new Aspose.Cells.Workbook("");
I get the following Exception:
Culture is not supported.
Parameter name: culture
1033 (0x0804) is an invalid culture identifier
I found no problem with the same document on Windows and reported errors on Linux

@z001356389,

Thanks for providing us some details.

Could you share the template file, so we could evaluate your issue soon.

I just created an empty file. I don’t think it has anything to do with the file, because I have no problem executing on Windows, but executing on Linux will report this error.

The version I used was Aspose. Cells 19.5.0. My project is. Net Core 2.1.

Thanks

@z001356389,

Please print out the default cultureinfo and the CID and send those information to us so we can make further investigation. Also, you may try to create one new CultureInfo object with the CID to see whether it can be succeeded.