Package: flexlsx 0.3.0
flexlsx: Exporting 'flextable' to 'xlsx' Files
Exports 'flextable' objects to 'xlsx' files, utilizing functionalities provided by 'flextable' and 'openxlsx2'.
Authors:
flexlsx_0.3.0.tar.gz
flexlsx_0.3.0.zip(r-4.5)flexlsx_0.3.0.zip(r-4.4)flexlsx_0.3.0.zip(r-4.3)
flexlsx_0.3.0.tgz(r-4.4-any)flexlsx_0.3.0.tgz(r-4.3-any)
flexlsx_0.3.0.tar.gz(r-4.5-noble)flexlsx_0.3.0.tar.gz(r-4.4-noble)
flexlsx_0.3.0.tgz(r-4.4-emscripten)flexlsx_0.3.0.tgz(r-4.3-emscripten)
flexlsx.pdf |flexlsx.html✨
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 22 days agofrom:8440de6a54. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-win | OK | Nov 14 2024 |
R-4.5-linux | OK | Nov 14 2024 |
R-4.4-win | OK | Nov 14 2024 |
R-4.4-mac | OK | Nov 14 2024 |
R-4.3-win | OK | Nov 14 2024 |
R-4.3-mac | OK | Nov 14 2024 |
Exports:wb_add_flextable
Dependencies:clicpp11dplyrfansigenericsgluelifecyclemagrittropenxlsx2pillarpkgconfigpurrrR6Rcpprlangstringistringrtibbletidyrtidyselectutf8vctrswithrzip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Converts a flextable to a tibble with style information | ft_to_style_tibble |
Determines the border width | ft_to_xlsx_border_width |
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 |
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 |