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
- Host: GitHub
- URL: https://github.com/velofrog/readxlsb
- Owner: velofrog
- Created: 2019-06-15T20:02:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T20:24:11.000Z (about 1 year ago)
- Last Synced: 2024-09-16T14:09:37.313Z (7 months ago)
- Language: C++
- Size: 120 KB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - velofrog/readxlsb - Import Excel binary (.xlsb) spreadsheets into R (C++)
README
# readxlsb
Import 'Excel' binary (.xlsb) workbooks into R```
library(readxlsb)
read_xlsb(path = system.file("extdata", "TestBook.xlsb", package="readxlsb"), range="PORTFOLIO")
```