diff options
Diffstat (limited to 'col.go')
-rw-r--r-- | col.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ import ( "strings" ) -// SetColWidth provides function to set the width of a single column or multiple columns. -// For example: +// SetColWidth provides function to set the width of a single column or multiple +// columns. For example: // // xlsx := excelize.CreateFile() // xlsx.SetColWidth("Sheet1", "A", "H", 20) |