1. 23 3月, 2019 1 次提交
  2. 22 3月, 2019 1 次提交
  3. 21 3月, 2019 3 次提交
  4. 20 3月, 2019 3 次提交
    • xurime's avatar
      resolve #360, fix axis parse issue when add / get pictures; · 40ea8eb0
      xurime 提交于
      typo fixed and go test updated
      40ea8eb0
    • xurime's avatar
      Typo fixed and godoc updated · beff7b4f
      xurime 提交于
      beff7b4f
    • V
      Huge refactorig for consistent col/row numbering (#356) · dc012645
      Veniamin Albaev 提交于
      * Huge refactorig for consistent col/row numbering
      
      Started from simply changing ToALphaString()/TitleToNumber() logic and related fixes.
      But have to go deeper, do fixes, after do related fixes and again and again.
      
      Major improvements:
      
      1. Tests made stronger again (But still be weak).
      2. "Empty" returns for incorrect input replaces with panic.
      3. Check for correct col/row/cell naming & addressing by default.
      4. Removed huge amount of duplicated code.
      5. Removed ToALphaString(), TitleToNumber() and it helpers functions at all,
      and replaced with SplitCellName(), JoinCellName(), ColumnNameToNumber(), ColumnNumberToName(), CellNameToCoordinates(), CoordinatesToCellName().
      6. Minor fixes for internal variable naming for code readability (ex. col, row for input params, colIdx, rowIdx for slice indexes etc).
      
      * Formatting fixes
      dc012645
  5. 07 3月, 2019 3 次提交
  6. 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
  7. 26 2月, 2019 1 次提交
  8. 25 2月, 2019 2 次提交
  9. 23 2月, 2019 1 次提交
  10. 22 2月, 2019 1 次提交
  11. 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
  12. 29 1月, 2019 1 次提交
  13. 24 1月, 2019 1 次提交
  14. 23 1月, 2019 1 次提交
  15. 17 1月, 2019 1 次提交
  16. 13 1月, 2019 1 次提交
  17. 11 1月, 2019 1 次提交
  18. 10 1月, 2019 2 次提交
  19. 09 1月, 2019 1 次提交
  20. 07 1月, 2019 1 次提交
  21. 06 1月, 2019 1 次提交
  22. 05 1月, 2019 1 次提交
  23. 01 1月, 2019 2 次提交
  24. 31 12月, 2018 1 次提交
  25. 30 12月, 2018 2 次提交
  26. 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
  27. 26 12月, 2018 3 次提交
  28. 23 12月, 2018 1 次提交