I am trying to open a .xlsb file in R and keep getting similar errors.
Any recommendations for solving this problem without having to download data and save it in a different format?
read.xlsx(paste(OutputLocation,FileName, sep=""), sheetName = "Master Data")
Error messages: Error in .jcall ("RJavaTools", "Ljava / lang / Object;", "invokeMethod", cl,: org.apache.poi.xssf.XLSBUnsupportedException: .XLSB Binary books are not supported
rigDataWB<-loadWorkbook(paste(OutputLocation,FileName, sep=""))
Error messages: Error: XLSBUnsupportedException (Java): .xlsb Binary books are not supported
Note:
I can not install Perl libraries.
I am running 64bit R.
Help: http://www.milanor.net/blog/?p=779
My details: http://phx.corporate-ir.net/phoenix.zhtml?c=79687&p=irol-reportsother
source share