Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect Excel 2019 or 365 versions #1

Open
augustoproiete opened this issue Jul 11, 2020 · 0 comments
Open

Detect Excel 2019 or 365 versions #1

augustoproiete opened this issue Jul 11, 2020 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed up-for-grabs

Comments

@augustoproiete
Copy link
Member

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.).

@augustoproiete augustoproiete added help wanted Extra attention is needed good first issue Good for newcomers up-for-grabs labels Jul 11, 2020
@augustoproiete augustoproiete added the hacktoberfest https://hacktoberfest.digitalocean.com label Oct 2, 2021
@augustoproiete augustoproiete removed the hacktoberfest https://hacktoberfest.digitalocean.com label Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed up-for-grabs
Development

No branches or pull requests

1 participant