Skip to content

2.6.0

Choose a tag to compare

@iliaal iliaal released this 27 Jul 18:21
· 8 commits to master since this release
2.6.0
5128341

Breaking

  • ExcelFormat::borderDiagonalStyle() now addresses the diagonal line style (BORDERSTYLE_) instead of the diagonal direction it had been wired to. Code passing a BORDERDIAGONAL_ constant keeps running without error but stops drawing its diagonal, and has to move to ExcelFormat::borderDiagonal().

Added

  • ExcelFormat::borderDiagonal() gets and sets which diagonals of a cell are drawn, one of the BORDERDIAGONAL_* constants. Styles above BORDERDIAGONAL_BOTH reach borderDiagonalStyle() intact rather than being clamped away.