1. 20 3月, 2019 1 次提交
    • 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
  2. 26 2月, 2019 1 次提交
  3. 25 2月, 2019 1 次提交
  4. 01 1月, 2019 1 次提交
  5. 17 10月, 2018 1 次提交
  6. 14 9月, 2018 3 次提交
  7. 12 9月, 2018 1 次提交
  8. 20 8月, 2018 1 次提交
  9. 06 8月, 2018 1 次提交
  10. 13 7月, 2018 1 次提交
  11. 27 5月, 2018 1 次提交
  12. 07 5月, 2018 1 次提交
  13. 26 4月, 2018 1 次提交
  14. 06 3月, 2018 1 次提交
  15. 03 2月, 2018 1 次提交
  16. 16 11月, 2017 1 次提交
  17. 31 10月, 2017 1 次提交
  18. 20 10月, 2017 1 次提交
  19. 30 9月, 2017 1 次提交
  20. 13 9月, 2017 1 次提交
  21. 24 7月, 2017 1 次提交
  22. 11 7月, 2017 1 次提交
  23. 28 6月, 2017 1 次提交
  24. 27 6月, 2017 1 次提交
  25. 12 6月, 2017 1 次提交
  26. 25 5月, 2017 1 次提交
  27. 24 5月, 2017 1 次提交
  28. 13 5月, 2017 1 次提交
  29. 30 4月, 2017 1 次提交
  30. 28 4月, 2017 1 次提交
  31. 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
  32. 01 4月, 2017 1 次提交
    • xurime's avatar
      - Fix SheetCount count error; · 8fd061b9
      xurime 提交于
      - Optimize deserialization operations;
      - README updated, add go version required notice
      8fd061b9
  33. 30 3月, 2017 1 次提交
  34. 28 3月, 2017 1 次提交
  35. 12 3月, 2017 1 次提交
  36. 06 3月, 2017 1 次提交
  37. 01 3月, 2017 1 次提交
  38. 28 2月, 2017 1 次提交