summaryrefslogtreecommitdiff
path: root/file_test.go
Commit message (Collapse)AuthorAge
* Reduce allocations when writingHarris2019-11-05
Fix #494 If a row is full, don't bother allocating a new one, just return it. Use the last populated row as a hint for the size of new rows. Simplify checkSheet to remove row map