Package: flexlsx 1.0.0


Tobias Heidler
flexlsx: Exporting 'flextable' to 'xlsx' Files
Exports 'flextable' objects to 'xlsx' files, utilizing functionalities provided by 'flextable' and 'openxlsx2'.
Authors:
flexlsx_1.0.0.tar.gz
flexlsx_1.0.0.zip(r-4.7)flexlsx_1.0.0.zip(r-4.6)flexlsx_1.0.0.zip(r-4.5)
flexlsx_1.0.0.tgz(r-4.6-x86_64)flexlsx_1.0.0.tgz(r-4.6-arm64)flexlsx_1.0.0.tgz(r-4.5-x86_64)flexlsx_1.0.0.tgz(r-4.5-arm64)
flexlsx_1.0.0.tar.gz(r-4.7-arm64)flexlsx_1.0.0.tar.gz(r-4.7-x86_64)flexlsx_1.0.0.tar.gz(r-4.6-arm64)flexlsx_1.0.0.tar.gz(r-4.6-x86_64)
flexlsx_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
flexlsx/json (API)
NEWS
| # Install 'flexlsx' in R: |
| install.packages('flexlsx', repos = c('https://pteridin.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/pteridin/flexlsx/issues
Last updated from:2b1f36bf4c. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 162 | ||
| linux-devel-x86_64 | OK | 174 | ||
| source / vignettes | OK | 221 | ||
| linux-release-arm64 | OK | 174 | ||
| linux-release-x86_64 | OK | 173 | ||
| macos-release-arm64 | OK | 188 | ||
| macos-release-x86_64 | OK | 747 | ||
| macos-oldrel-arm64 | OK | 243 | ||
| macos-oldrel-x86_64 | OK | 233 | ||
| windows-devel | OK | 136 | ||
| windows-release | OK | 135 | ||
| windows-oldrel | OK | 156 | ||
| wasm-release | OK | 133 |
Exports:wb_add_flextable
Dependencies:clicpp11dplyrgenericsgluelifecyclemagrittropenxlsx2pillarpkgconfigpurrrR6Rcpprlangstringistringrtibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Converts a flextable to a tibble with style information | ft_to_style_tibble |
| Determines the border style | ft_to_xlsx_border |
| Converts a flextable-part to a tibble styles | ftpart_to_style_tibble |
| Groups each row with same style each column | get_dim_colwise |
| Retrieves dims of same style rows within same column | get_dim_ranges |
| Groups each column with same style each row | get_dim_rowwise |
| Where there is no border return NULL | handle_null_border |
| Determine problematic merges | merge_resolve_type |
| Prepares the color for content style | prepare_color |
| Retrieves hashed style information | style_to_hash |
| Adds a caption to an excel file | wb_add_caption |
| Adds a flextable to an openxlsx2 workbook sheet | wb_add_flextable |
| Applies the border styles | wb_apply_border |
| Applies the cell styles | wb_apply_cell_styles |
| Applies the content | wb_apply_content |
| Merges cells | wb_apply_merge |
| Applies the text styles | wb_apply_text_styles |
| Changes the cell width | wb_change_cell_width |
| Changes the row height | wb_change_row_height |