Skip to content

Releases: qax-os/excelize

v1.2.0

11 Jun 04:35
6d634ca
Compare
Choose a tag to compare

We are pleased to announce the release of 1.2.0.

Release Notes

The most notable changes in this release are:

  • Performance optimization
  • Improvement Golang 1.9 compatibility
  • Stacked bar chart supported
  • 24-hour time format supported
  • API changed, use worksheet name instead of "sheet" + index
  • Rename import path to github.com/360EntSecGroup-Skylar/excelize
  • Add new functions SetSheetViewOptions and GetSheetViewOptions

v1.1.0

11 Jun 04:39
1ec2661
Compare
Choose a tag to compare

We are pleased to announce the release of v1.1.0.

Release Notes

The most notable changes in this release are:

  • Feature: Conditional format support
  • Count and trim sheet name in UTF-8
  • Bugfix: deep copy issue with function CopySheet()