Package: tidyxl 1.0.10

tidyxl: Read Untidy Excel Files

Imports non-tabular from Excel files into R. Exposes cell content, position and formatting in a tidy structure for further manipulation. Tokenizes Excel formulas. Supports '.xlsx' and '.xlsm' via the embedded 'RapidXML' C++ library <https://rapidxml.sourceforge.net>. Does not support '.xlsb' or '.xls'.

Authors:Duncan Garmonsway [aut, cre], Hadley Wickham [ctb], Jenny Bryan [ctb], RStudio [cph], Marcin Kalicinski [ctb, cph]

tidyxl_1.0.10.tar.gz
tidyxl_1.0.10.zip(r-4.7)tidyxl_1.0.10.zip(r-4.6)tidyxl_1.0.10.zip(r-4.5)
tidyxl_1.0.10.tgz(r-4.6-x86_64)tidyxl_1.0.10.tgz(r-4.6-arm64)tidyxl_1.0.10.tgz(r-4.5-x86_64)tidyxl_1.0.10.tgz(r-4.5-arm64)
tidyxl_1.0.10.tar.gz(r-4.7-arm64)tidyxl_1.0.10.tar.gz(r-4.7-x86_64)tidyxl_1.0.10.tar.gz(r-4.6-arm64)tidyxl_1.0.10.tar.gz(r-4.6-x86_64)
tidyxl_1.0.10.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
tidyxl/json (API)

# Install 'tidyxl' in R:
install.packages('tidyxl', repos = c('https://nacnudus.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/nacnudus/tidyxl/issues

Pkgdown/docs site:https://nacnudus.github.io

Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:

On CRAN:

Conda:

excelreaderrcppspreadsheettidycpp

10.32 score 257 stars 11 packages 487 scripts 1.7k downloads 12 exports 2 dependencies

Last updated from:7e2fbe7cc7. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK181
linux-devel-x86_64OK202
source / vignettesOK309
linux-release-arm64OK180
linux-release-x86_64OK219
macos-release-arm64OK125
macos-release-x86_64OK338
macos-oldrel-arm64OK115
macos-oldrel-x86_64OK245
windows-develOK224
windows-releaseOK171
windows-oldrelOK173
wasm-releaseOK205

Exports:is_date_formatis_rangemaybe_xlsxtidy_xlsxxlexxlsx_cellsxlsx_color_themexlsx_colour_themexlsx_formatsxlsx_namesxlsx_sheet_namesxlsx_validation

Dependencies:pitonRcpp

Tidyxl
tidyxl | Mailing list | Installation | Examples | Formatting | Comments | Formulas | Shared formulas | Array formulas | Formulas referring to other files | Tokenizing formulas | Named ranges | Data validation rules | Philosophy | Similar projects

Last update: 2023-10-29
Started: 2017-01-18

Detecting Spreadsheet Smells with xlex()
Inspecting the parse tree | Detecting constants inside formulas | One formula | Many formulas | Visualising constants | Detecting deeply nested formulas

Last update: 2020-11-09
Started: 2017-09-01

Data Validation Rules
What data validation rules are | Joining rules to cells

Last update: 2017-11-04
Started: 2017-10-13