How to Set Line Scale in AddShape Function?
Golang library for reading and writing Microsoft Excel (XLSX) files
Brought to you by:
xurime
Originally created by: coolboy0002001
My target is to draw lines in xlsx, but I don't know how to set line scale.
xlsx.AddShape("Sheet1", "G6", {"type":"line","scale": 5,"color":{"line":"#4286F4","fill":"#8eb9ff"},"width":10,"height": 10})
not work!
Originally posted by: xuri
Thanks for your issue. Add the scale set in the format parameter like this:
The excelize library doesn't support set line weight currently.