Skip to content

Release v0.5.0

Compare
Choose a tag to compare
@felipenoris felipenoris released this 21 Apr 20:25
· 198 commits to master since this release

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