1. 06 3月, 2019 1 次提交
    • V
      Implement consistent row addressing by Excel row number starting with 1 (#350) · 12c1e248
      Veniamin Albaev 提交于
      * Implement consistent row addressing by Excel row number starting with 1
      
      1. Added second versions for all row manipulation methods with zero-based row addressing.
      2. Fixed methods documentation to explicitly describe which row addressing used in method.
      3. Added WARNING to README.md.
      4. Cosmetic change: All row test moved to file `rows_test.go`.
      
      * TravisCI: go1.12 added to tests matrix
      
      * BACKWARD INCOMPARTIBLE: Use only Excel numbering logic from 1 row
      
      * README updated
      12c1e248
  2. 22 2月, 2019 1 次提交
  3. 10 1月, 2019 1 次提交
    • 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
  4. 01 1月, 2019 2 次提交
  5. 26 12月, 2018 1 次提交
  6. 18 10月, 2018 1 次提交
  7. 14 9月, 2018 3 次提交
  8. 12 9月, 2018 1 次提交
  9. 06 8月, 2018 1 次提交
  10. 27 5月, 2018 1 次提交
  11. 11 5月, 2018 1 次提交
  12. 08 5月, 2018 1 次提交
  13. 07 5月, 2018 2 次提交
  14. 05 5月, 2018 1 次提交
  15. 23 4月, 2018 1 次提交
  16. 09 4月, 2018 1 次提交
  17. 02 4月, 2018 1 次提交
  18. 02 3月, 2018 1 次提交
  19. 06 1月, 2018 1 次提交
  20. 20 10月, 2017 1 次提交
  21. 18 10月, 2017 1 次提交
  22. 16 10月, 2017 1 次提交
  23. 30 9月, 2017 1 次提交
  24. 13 9月, 2017 1 次提交
  25. 24 7月, 2017 1 次提交
  26. 29 6月, 2017 2 次提交
  27. 28 6月, 2017 1 次提交
  28. 27 6月, 2017 1 次提交
  29. 14 6月, 2017 1 次提交
  30. 08 6月, 2017 1 次提交
  31. 05 5月, 2017 1 次提交
  32. 25 4月, 2017 1 次提交
  33. 23 4月, 2017 1 次提交
    • xurime's avatar
      - Initialize char support, relate issue #31; · 219aadeb
      xurime 提交于
      - Doc for function `GetRows()` updated, relate issue #43;
      - Fix doc typo in `xmlContentTypes.go`;
      - Default template updated;
      - Readme updated;
      - go test updated
      219aadeb
  34. 12 3月, 2017 1 次提交
  35. 10 3月, 2017 1 次提交