library(SWinTypeLibs)
files = c("C:/Microsoft Office/OFFICE11/Excel.exe",
"C:\\Program Files\\Microsoft Office\\Office\\EXCEL9.OLB")
for(i in files) {
if(file.exists(i)) {
cat("Reading", i, "\n")
lib = LoadTypeLib(i)
break
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.