Skip to content

Releases: pteridin/flexlsx

flexlsx v1.0.0

14 Feb 14:24

Choose a tag to compare

  • 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

29 Apr 15:32

Choose a tag to compare

  • Use snake_case in openxlsx2 arguments (#42, thanks to @JanMarvin)

flexlsx 0.3.4

28 Feb 07:03

Choose a tag to compare

  • 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

08 Feb 21:15

Choose a tag to compare

  • 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

31 Oct 16:40

Choose a tag to compare

  • Export as numeric now standard
  • Tables without headers can be exported

flexlsx 0.2.1

07 May 09:58
7f67726

Choose a tag to compare

  • Fixes for CRAN release