question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unsupported encoding

See original GitHub issue

I’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:closed
  • Created 4 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
danielwolf1commented, Mar 17, 2020

Thanks @andersnm that helped for Xamarin on Mac - ticked “West”.

0reactions
andersnmcommented, Sep 3, 2019

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found