Skip to content

Releases: MichaelDaum/spreadsheet-parsexlsx

0.35

19 Mar 16:22
20790c5
Compare
Choose a tag to compare

What's Changed

  • fixed issue #14 when using spreadsheet-parsexlsx without "use mro"

Full Changelog: 0.34...0.35

0.34

13 Mar 10:28
43426c6
Compare
Choose a tag to compare

What's Changed

  • Fix memory leak between Sheet and Cell, and related to XML::Twig by @nrdvana in #13

Full Changelog: 0.33...0.34

0.33

08 Mar 12:52
d29162e
Compare
Choose a tag to compare

What's Changed

  • Performance fix while computing the "merged" property of cells ... fixes issue #11

Full Changelog: 0.32...0.33

0.32

08 Mar 11:05
e14dab5
Compare
Choose a tag to compare

What's Changed

  • Require minimum version of Archive::Zip by @nrdvana in #12

New Contributors

Full Changelog: 0.31...0.32

0.31

18 Jan 11:32
b44153f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.30...0.31

0.30

17 Jan 11:36
b187924
Compare
Choose a tag to compare

What's Changed

  • Fix xml external entity (XEE) injection bug reported by @phvietan
  • added unit test for support of purl.oclc.org namespace ... see issue #7
  • removed tidyness tests again as it fails on weaver'ed code

Full Changelog: 0.29...0.30

0.29

02 Jan 17:59
Compare
Choose a tag to compare

What's Changed

  • Fix for 'Argument "" isn't numeric in addition (+) at /usr/local/shar… by @theevilapplepie in #1
  • Incorrect cell values due to phonetic data doy#72 by @tanyo13 in #2
  • Fix die message in parse() by @nickzoic in #3
  • Cannot open password protected SHA1 encrypted files. doy#68 by @mazurin in #4
  • use date format detection based on Spreadsheet::XLSX by @danderman in #5
  • Add rudimentary support for hyperlinks in cells by @gquipster in #6

Full Changelog: 0.28...0.29

0.28

02 Jan 13:51
Compare
Choose a tag to compare

This is the first release after taking over maintenance. It foremost fixes the out-of-memory security bug found by @haile01.

Full Changelog: https://github.com/MichaelDaum/spreadsheet-parsexlsx/commits/0.28