Reputation: 527
I have some project where i have to embed excel sheet in a web page
i am using micrrosoft online viewer for this
https://view.officeapps.live.com/op/view.aspx?src=http://example.com/docs/some.xlsx
this is working fine
but if my url has any port this is showing error
https://view.officeapps.live.com/op/view.aspx?src=http://example.com:8282/docs/some.xlsx
/*this is showing error*/
Error is
An error occurred We're sorry, but for some reason we can't open this for you.
how can i embed excel online with url having ports
Upvotes: 1
Views: 1188
Reputation: 1
see the above you are getting this error reason
http
officeapps use https file to show it
Upvotes: 0