Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reduce allocations when writing | Harris | 2019-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 |