You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed CsvConfiguration.SanitizeInjection flag to CsvConfiguration.InjectionOptions enum.
Options are:
None - Default. Does no injection protection. The is default because it's not a part of CSV and is used for an external tool.
Escape - Escapes the field based on OWASP recommendations if an injection char is detected.
Strip - Removes the injection character.
Exception - Throws an exception if an injection char is detected.
Added \t and \r to CsvConfiguration.InjectionEscapeCharacter.
Changed CsvConfiguration.InjectionEscapeCharacter from \t to '.
Describe the bug
ExcelWriter fails to export.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ExcelWriter should export to xlsx as expected
Versions (please complete the following information):
From CsvHelper changelog @ https://joshclose.github.io/CsvHelper/change-log/ :
and
The text was updated successfully, but these errors were encountered: