How to find objects in office-js that have the same functionality as XMLMaps in VSTO

Chester Chen 1 Reputation point
2022-09-21T01:46:24.84+00:00

how to find objects in office-js that have the same functionality as XMLMaps in VSTO.

VSTO code as below:
var maps = excelApp.ActiveWorkbook.XmlMaps;

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,720 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jinghui Liu 1 Reputation point Microsoft Employee
    2022-09-27T10:11:12.98+00:00

    Thanks for reporting this issue. The APIs supported by officejs are all in this document: https://learn.microsoft.com/en-us/javascript/api/excel?view=excel-js-preview. Please check it as you needed.

    If this API(https://learn.microsoft.com/en-us/javascript/api/excel/excel.chartmapoptions?view=excel-js-preview) can't unblock your scenario, we would like to suggest you go to https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/idb-p/Microsoft365DeveloperPlatform and see if your question has already been asked or ask a new question. Feature requests on it are considered when we go through our planning process.