Hello Team
Could you kindly advise us on how to show the base64-encoded excel and word document on a browser? Although we are using the code as follows, we are receiving as, plugin not supported error.
var objbuilder = ('<embed width=\'100%\' height=\'100%\' src="data:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;base64,');
objbuilder += (base64String);
objbuilder += ('" type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />');
currentForm.brwPreview.htmlString = (objbuilder);
With the similar code we are able to display image,video and pdf files.
Thanks & Regards
Lakshmi Prasanna