EPPlus.Sample.NetCore/22-IgnoreErrors at master · EPPlusSoftware/EPPlus.Sample.NetCore · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

Readme.md

22 - Ignore Errors

These samples demonstrates how to ignore errors on ranges in EPPlus.

The code in the Run function will produce a workbook named 22-IgnoreErrors.xlsx. The examples shows how to ignore the Number Stored As Text error and the Inconsistant Formula Error.


Back to overview