• V
    New feature: File.DuplicateRowTo() duplicate row to specified row position. · 725c1a0c
    Veniamin Albaev 提交于
    DuplicateRowTo() is similar to DuplicateRow() but copies specified row not just after specified source row
    but to any other specified position below or above source row.
    
    Also I made minor modifications of tests: using filepath.Join() instead of direct unix-way paths strings
    to avoid possible tests fails on other OS.
    725c1a0c
excelize.go 14.1 KB