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
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.
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.).
The text was updated successfully, but these errors were encountered:
Microsoft decided not to bump the version number of Excel in Office 2019 and Office 365 and for this reason, the
ExcelVersionNameEnricher
currently returnsExcel 2016 or 2019 or 365
whenExcelDnaUtil.ExcelVersion
is16
.We need to add a reliable way of detecting which version of Excel is running when
ExcelDnaUtil.ExcelVersion
is16
in order to correctly display the name of the Excel version running (e.g.Excel 2019
, etc.).The text was updated successfully, but these errors were encountered: