1. 11 11月, 2020 1 次提交
  2. 06 11月, 2020 1 次提交
  3. 04 11月, 2020 2 次提交
  4. 04 10月, 2020 1 次提交
    • A
      extend cell value load to support custom datetime format (#703) · f2b8798a
      Artem Kustikov 提交于
      * extend cell value load to support custom datetime format
      
      * cleanup incorrect imports
      
      * fix numeric values conversion as done in legacy Excel
      
      * fix tests coverage
      
      * revert temporary package name fix
      
      * remove personal info from test XLSX files
      
      * remove unused dependencies
      
      * update format conversion in parseTime
      
      * new UT to increase code coverage
      
      * Resolve code review issue for PR #703
      
      * Rename broken file name generated by unit test
      Co-authored-by: xurime's avatarxuri <xuri.me@gmail.com>
      f2b8798a
  5. 18 9月, 2020 1 次提交
  6. 22 8月, 2020 1 次提交
  7. 15 8月, 2020 1 次提交
  8. 18 7月, 2020 1 次提交
  9. 15 7月, 2020 1 次提交
  10. 09 7月, 2020 1 次提交
  11. 01 7月, 2020 1 次提交
  12. 28 6月, 2020 1 次提交
  13. 27 6月, 2020 1 次提交
  14. 22 6月, 2020 2 次提交
  15. 27 5月, 2020 1 次提交
  16. 26 5月, 2020 1 次提交
  17. 17 5月, 2020 1 次提交
  18. 24 4月, 2020 1 次提交
  19. 05 4月, 2020 1 次提交
  20. 02 4月, 2020 1 次提交
  21. 29 3月, 2020 1 次提交
  22. 28 2月, 2020 1 次提交
  23. 25 2月, 2020 1 次提交
  24. 19 2月, 2020 1 次提交
  25. 03 1月, 2020 1 次提交
  26. 31 12月, 2019 1 次提交
  27. 29 12月, 2019 1 次提交
  28. 20 12月, 2019 2 次提交
  29. 11 12月, 2019 1 次提交
  30. 23 11月, 2019 1 次提交
  31. 18 10月, 2019 1 次提交
  32. 24 9月, 2019 1 次提交
  33. 11 8月, 2019 1 次提交
  34. 09 8月, 2019 1 次提交
    • H
      Handle multi row inline strings · acd76425
      Harris 提交于
      The inline string struct is actually the same
      as the shared strings struct, reuse it.
      
      Note that Go version 1.10 is required.
      
      Fixes #462
      acd76425
  35. 07 8月, 2019 1 次提交
    • H
      Further improve read performance · e07581e9
      Harris 提交于
      Instead of re-encoding the full sheet to change the namespaces
      in the encoded bytes, read the sheet again and do the byte
      replacements there.
      
      In this case, file access ends up being more performant than
      marshaling the sheet back to XML.
      
      In the SharedStrings test, ensure the strings are actually read.
      
      Fix #439
      e07581e9
  36. 05 8月, 2019 1 次提交
    • H
      Only parse xml once when reading · ac91ca0d
      Harris 提交于
      We were parsing the whole sheet twice since the
      sheet reader already reads in all the rows.
      
      getTotalRowsCols function is unused after these changes
      so it has been deleted as well.
      
      Closes #439
      ac91ca0d
  37. 20 6月, 2019 1 次提交