Releases: pteridin/flexlsx
Releases · pteridin/flexlsx
flexlsx v1.0.0
- Implemented changes for new releases of openxlsx2 and flextable (#44, thanks to @JanMarvin)
- Bumped openxlsx2 minimal version (>= 1.23)
- Release, since "it works"
flexlsx 0.3.5
- Use snake_case in openxlsx2 arguments (#42, thanks to @JanMarvin)
flexlsx 0.3.4
- Hotfix for #40 - Export to Excel not working
- Improved performance of wb_apply_border & wb_apply_merge
- Bugfix: Styles from parent cells are applied to complex text paragraphs (#36, thanks to @ZhaonanFang)
flexlsx 0.3.1
- Fix: Border issues (#32, thanks to @MeganMcAuliffe)
- Fix: Some numbers where not formatted as numbers when options("openxlsx2.string_nums" = TRUE)
- Implemented: openxlsx2::current_sheet() as default for sheet parameter (#34, thanks to @JanMarvin)
- Still, throw an error when sheet does not exist
- Completely reworked merge logic
- Added new border types
flexlsx 0.3.0
- Export as numeric now standard
- Tables without headers can be exported
flexlsx 0.2.1
- Fixes for CRAN release