|
@@ -111,17 +111,11 @@ func (s *Sheet) SetColWidth(startcol, endcol int, width float64) error {
|
|
|
return fmt.Errorf("Could not set width for range %d-%d: startcol must be less than endcol.", startcol, endcol)
|
|
return fmt.Errorf("Could not set width for range %d-%d: startcol must be less than endcol.", startcol, endcol)
|