cavadino2
Results
1
issues of
cavadino2
Hi, when I execute the following code: ``` var excel = new ExcelMapper(); var products = Enumerable.Empty().ToList(); var file = @"productssaveemptyrecord.xlsx"; //excel.SkipBlankCells = false; --> This does the magic excel.CreateMissingHeaders...