summaryrefslogtreecommitdiff
path: root/comment.go
Commit message (Expand)AuthorAge
* Fix #673 comment shape compatibility issue with the recent Excel versionsxuancanh2020-07-22
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* Update docs and typo fixedxuri2020-06-22
* Resolve #172, init rich text supportxuri2020-04-06
* Resolve #345, fix missing comments by GetCommentsxuri2020-03-31
* Improve code coverage unit testsxuri2019-12-29
* Improve compatibility, fix workbook's rels ID calc errorxuri2019-12-23
* Fix #539 Fixed error opening excel file created in encoding d… (#540)Alex Geer2019-12-20
* Combine functions:xuri2019-09-16
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* Fix #434, add missing commentsxuri2019-07-15
* Add the ability to change the default fontHarris2019-05-23
* fixed #373, comments duplicate caused by inner counting errorsxuri2019-05-11
* Add a check for maximum limit hyperlinks in a worksheetxuri2019-04-21
* Resolve #369,#370xuri2019-04-15
* refactor: handler error instead of panic,xuri2019-03-23
* Huge refactorig for consistent col/row numbering (#356)Veniamin Albaev2019-03-20
* Resolve #106, #294 performance optimization for add hyperlinkxuri2019-02-26
* Resolve #274, performance optimization for add images, charts and shapesxuri2019-02-25
* Resolve #235, performance optimization for add comments (#347)BluesJhao2019-02-25
* Resolve #345, get comments by target referencexuri2019-02-23
* README updatedxuri2019-01-01
* Fix the issue caused by missing tradition to strict conversion for `sharedStr...xuri2018-10-18
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* New function `AddPictureFromBytes()` has been added, this resolve #259 and cl...xuri2018-09-14
* Fix golint errors under confidence 0.1xuri2018-09-12
* Fixes #256 and format document.xuri2018-08-06
* Bugfix: create worksheet cause file issue. Relate issue #249.xuri2018-07-17
* GoDoc updated.xuri2018-07-13
* added retieval of worksheet commentsRad Cirskis2018-06-30
* Update comment.goxuri2018-06-28
* improved commenting formattingRad Cirskis2018-06-23
* - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic...xuri2018-05-27
* save bytes on memory instead of stringLunny Xiao2018-05-07
* Golang 1.9 compatible, fix issue #111Ri Xu2017-09-01
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* Code optimize.Ri Xu2017-05-24
* Support set font style of shape text. Relate issue #38.Ri Xu2017-05-16
* - The max author and text in comment limit added;Ri Xu2017-05-13
* Initialize comments support & go test updated.Ri Xu2017-05-13