1. 02 2月, 2021 1 次提交
    • xurime's avatar
      This closes #774, closes #775 and closes #776 · 1f329e8f
      xurime 提交于
      - correct adjust calculation chain in duplicate rows
      - correct adjust defined name in the workbook when delete worksheet
      - use absolute reference in the auto filters defined name to make it compatible with OpenOffice
      - API `CoordinatesToCellName` have a new optional param to specify if using an absolute reference format
      - Fix cyclomatic complexity issue of internal function `newFills` and `parseToken`
      1f329e8f
  2. 20 1月, 2021 1 次提交
  3. 17 1月, 2021 1 次提交
  4. 16 1月, 2021 1 次提交
  5. 23 11月, 2020 1 次提交
  6. 11 11月, 2020 1 次提交
  7. 06 11月, 2020 1 次提交
  8. 04 11月, 2020 1 次提交
  9. 03 11月, 2020 1 次提交
    • T
      optimize memory allocation (#722) · fcca8a38
      Ted 提交于
      * optimize marshal
      
      * optimize mem alloc
      
      * add benchmark testing
      
      * add NewSheetWithRowNum testing
      
      * sync struct fields order
      
      * add BenchmarkNewSheetWithStreamWriter
      
      * delete NewSheetWithRowNum and benchmark test
      fcca8a38
  10. 22 10月, 2020 1 次提交
  11. 19 10月, 2020 1 次提交
  12. 18 10月, 2020 1 次提交
  13. 12 10月, 2020 1 次提交
  14. 22 8月, 2020 1 次提交
  15. 06 8月, 2020 1 次提交
  16. 18 7月, 2020 1 次提交
  17. 14 7月, 2020 1 次提交
  18. 09 7月, 2020 1 次提交
  19. 22 6月, 2020 1 次提交
  20. 12 5月, 2020 1 次提交
  21. 03 5月, 2020 1 次提交
  22. 24 4月, 2020 1 次提交
  23. 23 4月, 2020 1 次提交
  24. 05 4月, 2020 1 次提交
  25. 29 3月, 2020 1 次提交
  26. 28 3月, 2020 1 次提交
  27. 01 3月, 2020 1 次提交
  28. 19 2月, 2020 1 次提交
  29. 07 2月, 2020 1 次提交
  30. 03 1月, 2020 1 次提交
  31. 29 12月, 2019 1 次提交
  32. 23 12月, 2019 1 次提交
  33. 22 12月, 2019 1 次提交
  34. 20 12月, 2019 2 次提交
  35. 16 12月, 2019 1 次提交
  36. 30 11月, 2019 1 次提交
  37. 28 11月, 2019 1 次提交
  38. 23 11月, 2019 1 次提交
  39. 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