Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 418 Bytes

File metadata and controls

11 lines (8 loc) · 418 Bytes

10 - Ignore Errors

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

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


Back to sample overview

Back to project overview