Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 08:28
· 106 commits to master since this release

Features

Bug Fixes

  • xmlReader: empty files & tags doesnt crash anymore (#65) #65 (YannC)
  • excel: properly handling ion number format retrieved as Long, BigDecimal or BigIntegers #67 (brian.mulier)
  • excel: handle large excel files (Ludovic DEHON)
  • excel: add an option to disable the style on excel conversion (Ludovic DEHON)
  • remove the inputstream.ready() check on the XmlReader #75 (Loïc Mathieu)
  • parquet: handle java security for ParquetWriter (Ludovic DEHON)
  • parquet: remove useless imports which make the build failing (brian.mulier)
  • excel-ion: handle formulas properly #77 (brian.mulier)

Chores