Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 04:18
· 56 commits to master since this release
2.1.0
dbed77b

MINOR BREAKING CHANGE

  • Writing of cell comments to Html will now sanitize all Html tags within the comment, so the tags will be rendered as plaintext and have no other effects when rendered. Styling can be achieved by using the Font property of of the TextRuns which make up the comment, as is already the cases for Xlsx. PR #3957

Added

  • Default Style Alignment Property (workaround for bug in non-Excel spreadsheet apps) Issue #3918 PR #3924
  • Additional Support for Date/Time Styles PR #3939

Changed

  • Nothing

Deprecated

  • Reader/Xml trySimpleXMLLoadString should not have had public visibility, and will be removed.

Removed

  • Nothing

Fixed