Hi EPPlus developers,
we need two properties of Excel Workbook: one to switch UpdateExternalLinks mode (__updateLinks__: always, never, userSet) and one to manage whether external Links data will be saved (__saveExternalLinkValues__: true/false)
As a tradition: I add my patch with the proposed solution. I tried to follow your developer style by adding the properties.
we need two properties of Excel Workbook: one to switch UpdateExternalLinks mode (__updateLinks__: always, never, userSet) and one to manage whether external Links data will be saved (__saveExternalLinkValues__: true/false)
As a tradition: I add my patch with the proposed solution. I tried to follow your developer style by adding the properties.