Can we load Excel file in Office.js Add-in -
i trying load excel file in excel online.
by loading file mean lets receive excel file service need show on current workbook.
the file location can url or folder in site.
excel.run(function (context) { var workbook = context.workbook; //workbook.load or ? }
if looking open workbook through link/path, not possible yet in web add-ins scope of add-in limited workbook. in our roadmap support cross workbook scenario. if looking embed workbook in browser, marc's response has answer (works onedrive, sharepoint only).
Comments
Post a Comment