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
{{ message }}
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at OfficeOpenXml.ExcelNamedRangeCollection.AddName(String Name, ExcelNamedRange item)
at OfficeOpenXml.ExcelNamedRangeCollection.Add(String Name, ExcelRangeBase Range)
at OfficeOpenXml.ExcelWorkbook.GetDefinedNames()
at OfficeOpenXml.ExcelPackage.get_Workbook()
at ConsoleApp28.Program.Main(String[] args) in C:\Proj\ConsoleApp28\Program.cs:line 21
Sometimes LibreOffice Calc (version 6.2.0.3 Windows I have tested) seems to produce xlsx file that EPPlus cannot read.
multiple_print_areas.xlsx
Program.cs
$exception+""
xl/workbook.xml
The duplicated
_xlnm.Print_Area
is generated when I used:in LibreOffice Calc.
The text was updated successfully, but these errors were encountered: