diff options
| author | Ri Xu <xuri.me@gmail.com> | 2016-12-31 23:47:30 +0800 |
|---|---|---|
| committer | Ri Xu <xuri.me@gmail.com> | 2016-12-31 23:47:30 +0800 |
| commit | 9e8d36ce59381eadb934585a179c4c6d7f871b35 (patch) | |
| tree | 94d35ae9a09527b0cbc4be8a90850423bf61d4a6 /lib.go | |
| parent | f958f05a3bf6f9fdc7f76539d9a3b24f49cc2694 (diff) | |
- Performance improvement, remove `replaceRelationshipsID` and `workBookCompatibility` functions;
- New functions `GetActiveSheetIndex`, `GetSheetName` and `GetSheetMap` added.
Diffstat (limited to 'lib.go')
| -rw-r--r-- | lib.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ func ReadZipReader(r *zip.Reader) (map[string]string, int, error) { xml.Unmarshal([]byte(fileList[v.Name]), &xlsx) xlsx = checkRow(xlsx) output, _ := xml.Marshal(xlsx) - fileList[v.Name] = replaceRelationshipsID(replaceWorkSheetsRelationshipsNameSpace(string(output))) + fileList[v.Name] = replaceWorkSheetsRelationshipsNameSpace(string(output)) worksheets++ } } |
