v2.2.0
Breaking changes:
- (XLSX) Renamed type
Xlsx.sst
toXlsx.SST.t
- (XLSX) Replaced function
Xlsx.parse_row
with 2 faster functions:parse_row_with_sst
andparse_row_without_sst
- (XML) Removed type
Xml.SAX.element_open
. It is now inlined withinXml.SAX.node
- (XML) Removed
preserve_space
from multipleXml
types. Use the newpreserve_space
function instead.