diff options
author | Ri Xu <xuri.me@gmail.com> | 2018-04-23 00:14:58 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2018-04-23 00:14:58 +0800 |
commit | 9ee57fdb388e6e0a50dd8c945c27f051205fa23d (patch) | |
tree | 432d438a4e8cf17e655d1c6dd8097c4f24247e44 /shape.go | |
parent | 2b97c3bb463b28e3d81f714ef55798621174e0a1 (diff) |
Fix typo and adding Chinese version document.
Diffstat (limited to 'shape.go')
-rw-r--r-- | shape.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ func parseFormatShapeSet(formatSet string) *formatShape { // // xlsx.AddShape("Sheet1", "G6", `{"type":"rect","color":{"line":"#4286F4","fill":"#8eb9ff"},"paragraph":[{"text":"Rectangle Shape","font":{"bold":true,"italic":true,"family":"Berlin Sans FB Demi","size":36,"color":"#777777","underline":"sng"}}],"width":180,"height": 90}`) // -// The following shows the type of chart supported by excelize: +// The following shows the type of shape supported by excelize: // // accentBorderCallout1 (Callout 1 with Border and Accent Shape) // accentBorderCallout2 (Callout 2 with Border and Accent Shape) |