Changes in version 1.0.0 (2026-02-14) - Implemented changes for new releases of openxlsx2 and flextable (#44, thanks to @JanMarvin) - Bumped openxlsx2 minimal version (>= 1.23) - Release, since "it works" Changes in version 0.3.5 (2025-04-25) - Use snake_case in openxlsx2 arguments (#42, thanks to @JanMarvin) Changes in version 0.3.4 (2025-02-26) - Hotfix for #40 - Export to Excel not working Changes in version 0.3.2 (2025-02-25) - Improved performance of wb_apply_border - Improved performance of wb_apply_merge - Bugfix: Styles from parent cells are applied to complex text paragraphs (#36, thanks to @ZhaonanFang) Changes in version 0.3.1 (2025-02-08) - 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 Changes in version 0.3.0 (2024-10-31) - Numerics will be written as numerics unless options("openxlsx2.string_nums" = TRUE) is set - thanks to @JanMarvin - BUGFIX #28: flextables without headers will be correctly displayed Changes in version 0.2.2 - CRAN release :) - Added Bugfix: Can't export flextable with no header (#28) Changes in version 0.2.1 (2024-05-07) - Fixes for CRAN release Changes in version 0.1.3 - Release candidate for CRAN Changes in version 0.1.2 - Column width will now be set (#3) - Row height will now be set (#11) - Bugfixes: - Number stored as text warning removed (#5) - Text-colors will now be handled correct (maybe?, #4) - Caption is longer than table (#3) - Caption
should be replaced by \n and the cell be wrapped? (#3) - Merged cells border issues fixed (#3) Changes in version 0.1.1 - Several Bugfixes regarding caption generation - Cleaned up devtools::check() warnings & documentation errors Changes in version 0.1.0 - First implementation