readxlsb
Import 'Excel' binary (.xlsb) workbooks into R
library(readxlsb)
read_xlsb(path = system.file("extdata", "TestBook.xlsb", package="readxlsb"), range="PORTFOLIO")
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImport 'Excel' binary (.xlsb) workbooks into R
library(readxlsb)
read_xlsb(path = system.file("extdata", "TestBook.xlsb", package="readxlsb"), range="PORTFOLIO")