Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jitbit
Last active August 29, 2015 14:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • 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
@jitbit
Copy link
Author

jitbit commented Nov 24, 2014

Post links to your forks here in the comments, I'll merge back
regards, Alex

@manuganji
Copy link

@jitbit Small fix I made here to ExportToStream method - https://gist.github.com/manuganji/5903a4c0d485031cadc7

@jitbit
Copy link
Author

jitbit commented Jan 23, 2015

@manuganji merged back

@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