未验证 提交 ee354979 编写于 作者: X xuancanh 提交者: GitHub

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: NCanh Nguyen <nguyenxc@seagroup.com>
Co-authored-by: xurime's avatarxuri <xuri.me@gmail.com>
上级 13e7bce6
......@@ -19,8 +19,8 @@ env:
- GOARCH=386
script:
- go vet ./...
- go test ./... -v -coverprofile=coverage.txt -covermode=atomic
- env GO111MODULE=on go vet ./...
- env GO111MODULE=on go test ./... -v -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
......@@ -164,7 +164,7 @@ func (f *File) addDrawingVML(commentID int, drawingVML, cell string, lineCount,
},
VPath: &vPath{
Gradientshapeok: "t",
Connecttype: "miter",
Connecttype: "rect",
},
},
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册