From bd5b033b02f3fed70b90ec64b13c3291ba2186ff Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Tue, 24 Jan 2017 18:29:02 +0800 Subject: Support set work sheet background image. --- col.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'col.go') 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: // -- cgit v1.2.1