diff options
| author | xuri <xuri.me@gmail.com> | 2018-07-13 17:40:47 +0800 |
|---|---|---|
| committer | xuri <xuri.me@gmail.com> | 2018-07-13 17:40:47 +0800 |
| commit | 79dfe1c3070b3c4af14a40acaa5bd8cb477acd3e (patch) | |
| tree | 6f980b68b9b2ac097f4d3a7e2f6cb3d7be756c6a /comment.go | |
| parent | 58a7b23d11ef36156af6f694a1753715df8ae2fc (diff) | |
GoDoc updated.
Diffstat (limited to 'comment.go')
| -rw-r--r-- | comment.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,11 +15,11 @@ func parseFormatCommentsSet(formatSet string) (*formatComment, error) { Author: "Author:", Text: " ", } - err := json.Unmarshal([]byte(formatSet), &format) + err := json.Unmarshal(parseFormatSet(formatSet), &format) return &format, err } -// GetComments retrievs all comments and returns a map +// GetComments retrieves all comments and returns a map // of worksheet name to the worksheet comments. func (f *File) GetComments() (comments map[string]*xlsxComments) { comments = map[string]*xlsxComments{} |
