Geoffrey J. Teale hace 12 años
padre
commit
8efcae5939
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      issue17.xlsx
  2. 1 1
      lib.go

BIN
issue17.xlsx


+ 1 - 1
lib.go

@@ -39,7 +39,7 @@ func (c *Cell) String() string {
 	return c.Value
 }
 
-// TODO: TestMe!
+
 func (c *Cell) GetStyle() *Style {
 	style := &Style{}