Skip to content

Instantly share code, notes, and snippets.

@jitbit
Last active August 29, 2015 14:10
Show Gist options
  • Save jitbit/e6086cbcd03e97c14665 to your computer and use it in GitHub Desktop.
Save jitbit/e6086cbcd03e97c14665 to your computer and use it in GitHub Desktop.
Excel fix for 32676max length, UTF8 preamble fix, "\r" new row workaround
///IMPORTANT!!!
/// THIS REPOR HAS BEEN MOVED TO https://github.com/jitbit/CsvExport (a "normal" repo) for better forking etc
@omidkrad
Copy link

Thanks for the great exporter. In my app I had some problem with threading/exceptions that caused some rows not to populate fully, and then eventually on ExportToFile() gave me a KeyNotFoundException. I replaced all text for Dictionary<string, object> with Hashtable and that compiled and fixed the problem. So with that, instead of exception, it just fills in with an empty string.

@jitbit
Copy link
Author

jitbit commented Jan 30, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment