Skip to content

v2.2.0

Compare
Choose a tag to compare
@SGrondin SGrondin released this 14 May 15:27

Breaking changes:

  • (XLSX) Renamed type Xlsx.sst to Xlsx.SST.t
  • (XLSX) Replaced function Xlsx.parse_row with 2 faster functions: parse_row_with_sst and parse_row_without_sst
  • (XML) Removed type Xml.SAX.element_open. It is now inlined within Xml.SAX.node
  • (XML) Removed preserve_space from multiple Xml types. Use the new preserve_space function instead.