embed a google spreadsheet (or any other spreadsheet) into an app?
Posted: Thu Feb 26, 2015 7:09 pm
by Mike7404054
I am trying to create a page within the app that just shows a spreadsheet, preferably one that can be edited outside of an app. Is there any way to embed a window into the app that allows the viewer to see the spreadsheet and navigate through the app? I feel like google docs would be the easiest way to do.
embed a google spreadsheet (or any other spreadsheet) into an app?
Posted: Fri Feb 27, 2015 3:18 am
by Yurii Orishchuk
Hi Mike,
You can use iframe inside html component with needed source(for example google dogs..)
Note: this is external origin and document inside could not be accessible from your app. (exclusion when this external source support some external api).
Regards.