diff options
author | xuancanh <xuancanh.1994@gmail.com> | 2020-07-22 20:20:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 20:20:00 +0800 |
commit | ee35497935cac81b951d3a7b4f9dc3902c70e37c (patch) | |
tree | 2e9a158adaf7a47c701c866d5e0802d8a415f905 /comment.go | |
parent | 13e7bce6d22bd8989084f34280fffcefef7ad9b7 (diff) |
Fix #673 comment shape compatibility issue with the recent Excel versions
* Fix comment shape compatibility issue
* Using Go modules with Travis CI
* Update .travis.yml
Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com>
Co-authored-by: xuri <xuri.me@gmail.com>
Diffstat (limited to 'comment.go')
-rw-r--r-- | comment.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ func (f *File) addDrawingVML(commentID int, drawingVML, cell string, lineCount, }, VPath: &vPath{ Gradientshapeok: "t", - Connecttype: "miter", + Connecttype: "rect", }, }, } |