An open API service indexing awesome lists of open source software.

https://github.com/velofrog/readxlsb

Import Excel binary (.xlsb) spreadsheets into R
https://github.com/velofrog/readxlsb

Last synced: 5 months ago
JSON representation

Import Excel binary (.xlsb) spreadsheets into R

Awesome Lists containing this project

README

        

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

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