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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -