• H
    Further improve read performance · e07581e9
    Harris 提交于
    Instead of re-encoding the full sheet to change the namespaces
    in the encoded bytes, read the sheet again and do the byte
    replacements there.
    
    In this case, file access ends up being more performant than
    marshaling the sheet back to XML.
    
    In the SharedStrings test, ensure the strings are actually read.
    
    Fix #439
    e07581e9
rows.go 13.4 KB