velofrog / readxlsb

Import Excel binary (.xlsb) spreadsheets into R
19 stars 2 forks source link

readxlsb

Import 'Excel' binary (.xlsb) workbooks into R

library(readxlsb)
read_xlsb(path = system.file("extdata", "TestBook.xlsb", package="readxlsb"), range="PORTFOLIO")