Unsupported encoding
See original GitHub issueI’m using the following code to open the excel file to read it.
excelReader = ExcelReaderFactory.CreateReader(stream, new ExcelReaderConfiguration()
{
FallbackEncoding = Encoding.UTF8,
LeaveOpen = false,
AnalyzeInitialCsvRows = 0,
});
I get the following error,
Encoding 1252 data could not be found. Make sure you have correct international codeset assembly installed and enabled.
Is there any fix for the same?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
How do I Fix an Unsupported Video Codec?
Steps to fix video codec not supported in Windows Media Player: · Open Windows Media Player. · Go to Tools > Options. ·...
Read more >Solved: How to fix Unsupported Encoding "UTF-8" error?
Solved: Wondering if anyone knows how to fix Unsupported Encoding "UTF-8" error? ... The resource on the REST service is encoding the response...
Read more >unsupported encoding: UTF-8
because we have in code some utf-8 languages (such as: Greek, Japanese, Chineee) text there was a need to use encoding="UTF-8" (instead of ......
Read more >How to Fix Video Codec Not Supported Error? - YouTube
Comments7 · This Item was Encoded in a Format That's not Supported Error Code 0xc00d5212 in Windows 11 & 10 HEVC · How...
Read more >Unsupported Encoding error when implementin SSL ...
... message indicating that the encoding is not supported: "keytool error: java.security.cert.CertificateException: Unsupported encoding"
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @andersnm that helped for Xamarin on Mac - ticked “West”.
@Zumbalamambo What .NET runtime are you targeting? I assume Xamarin?
Perhaps this is this relevant? https://docs.microsoft.com/en-us/xamarin/ios/app-fundamentals/localization/encodings