1. 27 1月, 2022 1 次提交
  2. 23 1月, 2022 1 次提交
  3. 09 1月, 2022 1 次提交
  4. 08 1月, 2022 1 次提交
  5. 27 12月, 2021 1 次提交
    • xurime's avatar
      This closes #1096, memory usage optimization and another 4 changes · 89b85934
      xurime 提交于
      - Unzip shared string table to system temporary file when large inner XML, reduce memory usage about 70%
      - Remove unnecessary exported variable `XMLHeader`, we can using `encoding/xml` package's `xml.Header` instead of it
      - Using constant instead of inline text for default XML path
      - Rename exported option field `WorksheetUnzipMemLimit` to `UnzipXMLSizeLimit`
      - Unit test and documentation updated
      89b85934
  6. 25 12月, 2021 1 次提交
  7. 07 12月, 2021 1 次提交
  8. 19 9月, 2021 1 次提交
  9. 03 9月, 2021 1 次提交
  10. 15 8月, 2021 2 次提交
  11. 28 7月, 2021 1 次提交
  12. 09 7月, 2021 1 次提交
  13. 05 7月, 2021 1 次提交
  14. 04 7月, 2021 1 次提交
  15. 04 6月, 2021 1 次提交
    • A
      This closes #409 Remove UTC timezone requirement from date.go (#853) · 58f92875
      Alluuu 提交于
      According to issue #409
      
      There is absolutely no reason for the timezone to be in UTC, and converting the local times to UTC while keeping values is hacky at least.
      
      Excel has no understanding of timezones, hence the user of this library should know what timezone their values are supposed to be, by following the timezone within their timeTime structs.
      58f92875
  16. 10 5月, 2021 1 次提交
  17. 30 4月, 2021 1 次提交
  18. 30 3月, 2021 1 次提交
  19. 03 3月, 2021 1 次提交
  20. 15 2月, 2021 1 次提交
  21. 11 11月, 2020 1 次提交
  22. 06 11月, 2020 1 次提交
  23. 04 11月, 2020 1 次提交
  24. 23 10月, 2020 1 次提交
  25. 18 10月, 2020 1 次提交
  26. 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
  27. 02 9月, 2020 1 次提交
  28. 01 9月, 2020 1 次提交
  29. 09 7月, 2020 1 次提交
  30. 29 5月, 2020 1 次提交
  31. 24 5月, 2020 1 次提交
  32. 23 5月, 2020 1 次提交
  33. 23 4月, 2020 1 次提交
  34. 31 3月, 2020 1 次提交
  35. 16 3月, 2020 1 次提交
  36. 10 3月, 2020 1 次提交
  37. 19 2月, 2020 1 次提交
  38. 03 1月, 2020 1 次提交
  39. 29 12月, 2019 1 次提交