- 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
- CRAN release :)
- Added Bugfix: Can't export flextable with no header (#28)
- Fixes for CRAN release
- Release candidate for CRAN
- 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
<br>
should be replaced by\n
and the cell be wrapped? (#3) - Merged cells border issues fixed (#3)
- Several Bugfixes regarding caption generation
- Cleaned up
devtools::check()
warnings & documentation errors
- First implementation