library(SWinTypeLibs)
library(RDCOMClient)
e = COMCreate("Excel.Application")
info = getTypeInfo(e, 1)
tmp = getFuncs(info)
# should be the same thing
tmp1 = getFuncs(e)
# Now get the details for the Workbooks class.
books = e[["Workbooks"]]
binfo = getFuncs(books)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.