EPPlus icon indicating copy to clipboard operation
EPPlus copied to clipboard

EPPlus sets addresses of defined names as absolute, even if it was relative when read from file.

Open swmal opened this issue 3 years ago • 0 comments

A first fix for this will be to add an overload on Workbook.Names.Add and Worksheet.Names.Add that controls if a relative address should be retained. Next step will be to shift names in formula calculation if the address is relative which will be a separate activity.

swmal avatar May 02 '22 14:05 swmal