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. 26 2月, 2019 1 次提交
  3. 25 2月, 2019 2 次提交
  4. 23 2月, 2019 1 次提交
  5. 22 2月, 2019 1 次提交
  6. 02 2月, 2019 1 次提交
    • O
      Faster TitleToNumber (#343) · e780e41e
      Olivier Mengué 提交于
      * TestTitleToNumber: more test cases
      
      * TitleToNumber: drop use of math.Pow()
      
      Compute using pure integers
      
      * TitleToNumber: simplify
      
      Remove unecessary casts to int
      e780e41e
  7. 29 1月, 2019 1 次提交
  8. 24 1月, 2019 1 次提交
  9. 23 1月, 2019 1 次提交
  10. 17 1月, 2019 1 次提交
  11. 13 1月, 2019 1 次提交
  12. 11 1月, 2019 1 次提交
  13. 10 1月, 2019 2 次提交
  14. 09 1月, 2019 1 次提交
  15. 07 1月, 2019 1 次提交
  16. 06 1月, 2019 1 次提交
  17. 05 1月, 2019 1 次提交
  18. 01 1月, 2019 2 次提交
  19. 31 12月, 2018 1 次提交
  20. 30 12月, 2018 2 次提交
  21. 27 12月, 2018 1 次提交
    • V
      Tests refactoring · 35426ed5
      Veniamin Albaev 提交于
      Primary motivation: Avoid statefull tests with not ignorable git file tree changes.
      Multiple tests reads and overwrites signle file for won needs.
      Multiple tests reads and overwrites file under version control.
      
      Secondary motivation: Minimal tests logic aligment, separate error expectation
      and not error expectation tests. Introduce sub-test over test data sets and so far.
      
      This commit is not ideal but necessary (IMHO)
      35426ed5
  22. 26 12月, 2018 3 次提交
  23. 23 12月, 2018 1 次提交
  24. 22 12月, 2018 1 次提交
  25. 21 12月, 2018 1 次提交
  26. 19 12月, 2018 2 次提交
  27. 18 12月, 2018 1 次提交
  28. 16 12月, 2018 1 次提交
  29. 15 12月, 2018 1 次提交
  30. 14 12月, 2018 2 次提交
  31. 13 12月, 2018 1 次提交
  32. 11 12月, 2018 1 次提交