Open
Description
Microsoft decided not to bump the version number of Excel in Office 2019 and Office 365 and for this reason, the ExcelVersionNameEnricher
currently returns Excel 2016 or 2019 or 365
when ExcelDnaUtil.ExcelVersion
is 16
.
Excel2003 = 11 => Office 2003
Excel2007 = 12 => Office 2007
Excel2010 = 14 => Office 2010
Excel2013 = 15 => Office 2013
Excel2016 = 16 => Office 2016 or 2019 or 365
We need to add a reliable way of detecting which version of Excel is running when ExcelDnaUtil.ExcelVersion
is 16
in order to correctly display the name of the Excel version running (e.g. Excel 2019
, etc.).