Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 182 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 182 Bytes

readxlsb

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

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