https://github.com/kwb-r/kwb.readxl
Read Data From Excel Files
https://github.com/kwb-r/kwb.readxl
data-import excel project-fakin project-geosalz r r-package rstats spreadsheets
Last synced: 13 days ago
JSON representation
Read Data From Excel Files
- Host: GitHub
- URL: https://github.com/kwb-r/kwb.readxl
- Owner: KWB-R
- License: mit
- Created: 2018-07-11T07:24:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T12:51:44.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T21:46:06.878Z (3 months ago)
- Topics: data-import, excel, project-fakin, project-geosalz, r, r-package, rstats, spreadsheets
- Language: R
- Homepage: https://kwb-r.github.io/kwb.readxl
- Size: 208 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/KWB-R/kwb-readxl/branch/master)
[](https://travis-ci.org/KWB-R/kwb.readxl)
[](https://codecov.io/github/KWB-R/kwb.readxl)
[](https://www.tidyverse.org/lifecycle/#experimental)
[]()# kwb.readxl
This package is based on the package readxl. It provides functions that read all Excel sheets as pure text and then try to split each sheet into a set of line ranges that are assumed to represent single tables.
## Installation
```r
#install.packages("remotes", repos = "https://cloud.r-project.org")
remotes::install_github("KWB-R/kwb.readxl")
```## Documentation
Release: [https://kwb-r.github.io/kwb.readxl](https://kwb-r.github.io/kwb.readxl)
Development: [https://kwb-r.github.io/kwb.readxl/dev](https://kwb-r.github.io/kwb.readxl/dev)