1. 03 9月, 2020 1 次提交
  2. 16 8月, 2020 1 次提交
  3. 15 8月, 2020 1 次提交
  4. 11 7月, 2020 1 次提交
  5. 22 6月, 2020 1 次提交
  6. 28 3月, 2020 1 次提交
  7. 01 3月, 2020 1 次提交
  8. 15 2月, 2020 1 次提交
  9. 07 2月, 2020 1 次提交
  10. 29 12月, 2019 1 次提交
  11. 28 12月, 2019 1 次提交
  12. 23 12月, 2019 1 次提交
  13. 22 12月, 2019 1 次提交
  14. 20 12月, 2019 1 次提交
  15. 16 12月, 2019 1 次提交
  16. 14 12月, 2019 1 次提交
  17. 10 12月, 2019 1 次提交
  18. 28 11月, 2019 1 次提交
  19. 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
  20. 15 10月, 2019 1 次提交
  21. 30 9月, 2019 1 次提交
  22. 24 9月, 2019 1 次提交
  23. 18 9月, 2019 1 次提交
  24. 11 8月, 2019 1 次提交
  25. 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
  26. 06 8月, 2019 1 次提交
  27. 04 8月, 2019 1 次提交
  28. 05 7月, 2019 1 次提交
  29. 05 6月, 2019 1 次提交
  30. 04 5月, 2019 1 次提交
  31. 13 1月, 2019 1 次提交
  32. 01 1月, 2019 1 次提交
  33. 14 12月, 2018 1 次提交
    • H
      Add support to flip outline summaries · faa7285a
      Harris 提交于
      This adds outlinePr support, with the summaryBelow attribute
      which defaults to true.
      
      Closes #304
      
      Signed-off-by: Michael Harris
      faa7285a
  34. 02 11月, 2018 1 次提交
  35. 14 9月, 2018 3 次提交
  36. 12 9月, 2018 1 次提交
  37. 01 9月, 2018 2 次提交