Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,983 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm developing an Excel Add-In using the npm version of the JavaScript API and I'm encountering an issue with the latest Excel API set (1.16) functionality.
I’m trying to access the valueAsJson
property from a RangeObject
, which is part of Excel API 1.16. However, it seems that the required features from API set 1.16 are missing from my project, although I have followed every step required in the documentation.
@microsoft/office-js
(v1.1.93).<script src="/assets/office-js/office.js"></script>
valueAsJson
) is not available and can also not be found in the correpsonding office.d.ts file.Does anyone know why this is happening or how it can be fixed?
Any help would be greatly appreciated!