Skip to content

Releases: felipenoris/XLSX.jl

Release v0.5.2

30 Apr 21:28
Compare
Choose a tag to compare
  • update docs on new DataFrames API

Release v0.5.1

27 Apr 23:30
Compare
Choose a tag to compare
  • allow writing matrices with heterogeneous data to sheet (#97)

Release v0.5.0

21 Apr 20:25
Compare
Choose a tag to compare

This release contains some new features and bugfixes.

  • allow setting vector to sheet by rows or cols (#82)

  • allow accessing cell value using sheet[row, column] (a06e087)

  • set a matrix to a sheet (#65)

  • document writetable (#74)

  • unselect new sheet (#86) (#87)

  • support openxlsx without do-block syntax (#84) (#92)

  • drop support for Julia v0.7 (#93)

  • check valid sheetnames (#91) (#95)

  • update deps

Release v0.4.7

09 Mar 23:33
Compare
Choose a tag to compare

This is a bugfix release.

  • Check that gettable returns consistent table dimensions (#76).

  • Improved docs cross-references. New Documenter.jl API (#77).

Release v0.4.6

17 Feb 20:32
Compare
Choose a tag to compare

This is a bugfix release.

  • #75 Accept worksheets with no dimension tag.

Release v0.4.5

16 Feb 14:42
Compare
Choose a tag to compare

This is a bugfix release.

  • Add Project.toml.

  • #62 : Support relative paths (support reading Excel files generated with openpyxl).

  • #71 : fix rw mode, due to new ZipFile API.

  • #72 : enable compression when saving files.

Release v0.4.4

02 Dec 13:38
Compare
Choose a tag to compare

Bugfix release.

  • Fix support for column argument in readtable method (#69).

Release v0.4.3

18 Nov 13:02
Compare
Choose a tag to compare

This is a bugfix release.

  • Fix writing cells to spreadsheet in unordered fashion (#67)

  • Fix formatting for cell value 00:00 (#68)

Release v0.4.2

07 Oct 02:25
Compare
Choose a tag to compare
  • Improved docs

Release v0.4.1

04 Sep 17:54
Compare
Choose a tag to compare

This is a bugfix release.

  • fix openxlsx in read mode: assert that file exists

  • fix adding a string to the sst

  • fix parsing sheetname with unicode chars