Browse Source

Remove TODO

Geoffrey J. Teale 12 years ago
parent
commit
8efcae5939
2 changed files with 1 additions and 1 deletions
  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{}