extrame / xls

Pure Golang xls library
Apache License 2.0
331 stars 210 forks source link

remove fmt.Println in format.go #39

Closed julianespinel closed 6 years ago

julianespinel commented 6 years ago

I has using the new_formatter branch in a project, when I ran the tests I was having some prints in the terminal. Those prints where from the xls library, that's why I suggest to remove the statement fmt.Println("=>", val)