• H
    Reduce allocations when writing · bf9a8355
    Harris 提交于
    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
    bf9a8355
excelize.go 11.1 KB