1. 18 11月, 2020 1 次提交
  2. 11 11月, 2020 1 次提交
  3. 06 11月, 2020 1 次提交
  4. 04 11月, 2020 1 次提交
  5. 05 10月, 2020 1 次提交
  6. 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
  7. 22 9月, 2020 1 次提交
  8. 06 9月, 2020 1 次提交
  9. 02 9月, 2020 1 次提交
  10. 01 9月, 2020 1 次提交
  11. 16 8月, 2020 1 次提交
  12. 15 8月, 2020 1 次提交
  13. 18 7月, 2020 1 次提交
  14. 09 7月, 2020 1 次提交
  15. 27 6月, 2020 1 次提交
  16. 27 5月, 2020 1 次提交
  17. 21 5月, 2020 1 次提交
  18. 03 5月, 2020 1 次提交
  19. 23 4月, 2020 1 次提交
  20. 05 4月, 2020 1 次提交
  21. 29 3月, 2020 1 次提交
  22. 28 3月, 2020 1 次提交
  23. 10 3月, 2020 1 次提交
  24. 09 3月, 2020 1 次提交
  25. 19 2月, 2020 1 次提交
  26. 31 12月, 2019 1 次提交
  27. 29 12月, 2019 1 次提交
  28. 24 12月, 2019 1 次提交
  29. 23 12月, 2019 1 次提交
  30. 20 12月, 2019 2 次提交
  31. 30 11月, 2019 1 次提交
  32. 28 11月, 2019 1 次提交
  33. 05 11月, 2019 1 次提交
    • H
      Reduce allocations when writing · bf9a8355
      Harris 提交于
      Fix #494
      
      If a row is full, don't bother allocating a new one, just return it.
      
      Use the last populated row as a hint for the size of new rows.
      
      Simplify checkSheet to remove row map
      bf9a8355
  34. 16 9月, 2019 1 次提交
    • xurime's avatar
      Combine functions: · 8922f659
      xurime 提交于
      workBookRelsWriter, drawingRelsWriter into relsWriter;
      drawingRelsReader, workbookRelsReader, workSheetRelsReader into relsReader;
      addDrawingRelationships, addSheetRelationships into addRels
      8922f659
  35. 11 8月, 2019 1 次提交
  36. 04 8月, 2019 1 次提交
  37. 21 7月, 2019 1 次提交
  38. 27 6月, 2019 1 次提交
  39. 02 5月, 2019 1 次提交