summaryrefslogtreecommitdiff
path: root/col.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-01-24 18:29:02 +0800
committerRi Xu <xuri.me@gmail.com>2017-01-24 18:29:02 +0800
commitbd5b033b02f3fed70b90ec64b13c3291ba2186ff (patch)
tree2c4290f349da2b0f5aec52b72b77099d5855fcc6 /col.go
parent9559f454a7f7a4697bec631247046c99f20599db (diff)
Support set work sheet background image.
Diffstat (limited to 'col.go')
-rw-r--r--col.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/col.go b/col.go
index 60adab4..4d8f7a3 100644
--- a/col.go
+++ b/col.go
@@ -68,7 +68,7 @@ func (f *File) SetColWidth(sheet, startcol, endcol string, width float64) {
// | | | (x2,y2)|
// +-----+------------+------------+
//
-// Example of an object that covers some of the area from cell A1 to B2.
+// Example of an object that covers some of the area from cell A1 to B2.
//
// Based on the width and height of the object we need to calculate 8 vars:
//