# NOT RUN {
wb <- createWorkbook()
# see all the available java methods that you can call
rJava::.jmethods(wb)
# for example
wb$getNumberOfSheets() # no sheet yet!
# loadWorkbook("C:/Temp/myFile.xls")
# }
Run the code above in your browser using DataLab