diff options
author | xuri <xuri.me@gmail.com> | 2019-04-21 00:04:42 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-04-21 00:20:19 +0800 |
commit | b45c4b094c6b2a7bfbc9944fc04c51c45b3454a3 (patch) | |
tree | cc5e073e1015fcd86e2edf7c06c6b4830f6bc5e5 /shape.go | |
parent | 0660f30cddc06de7883d40eb4f8e4945c18a0252 (diff) |
Add a check for maximum limit hyperlinks in a worksheet
typo fixed
Diffstat (limited to 'shape.go')
-rw-r--r-- | shape.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ func parseFormatShapeSet(formatSet string) (*formatShape, error) { // print settings) and properties set. For example, add text box (rect shape) // in Sheet1: // -// f.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}`) +// err := f.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 shape supported by excelize: // |