Skip to content

Releases: szyhf/go-excel

v1.4.3

14 Aug 07:06
v1.4.3
44eec79
Compare
Choose a tag to compare
  1. Add GetTitles() to reader.

  1. Reader增加GetTitles()方法。

v1.4.2

14 Aug 07:08
v1.4.2
faad135
Compare
Choose a tag to compare
  1. support using int as sheetNamer to find the i'th sheet.

  1. 支持使用int类型作为sheetNamer,以便直接获取第i个表。

v1.4.1

14 Aug 07:10
v1.4.1
6a8ef7b
Compare
Choose a tag to compare
  1. Fix did not use title as key while using map.
  2. Use workbook rels file to detect sheet*.xml.

  1. 修复没正确使用title作为map的key的问题。
  2. 修复未正确解析rels文件以找到sheet*.xml的问题。

v1.4.0

14 Aug 07:11
v1.4.0
19abfca
Compare
Choose a tag to compare
  1. Support read xlsx binary.

  1. 支持直接读取xlsx文件。