1. 28 12月, 2019 1 次提交
  2. 25 12月, 2019 1 次提交
  3. 24 12月, 2019 1 次提交
  4. 23 12月, 2019 1 次提交
  5. 22 12月, 2019 1 次提交
  6. 20 12月, 2019 3 次提交
  7. 16 12月, 2019 1 次提交
  8. 15 12月, 2019 1 次提交
  9. 14 12月, 2019 1 次提交
  10. 13 12月, 2019 1 次提交
  11. 11 12月, 2019 1 次提交
  12. 10 12月, 2019 1 次提交
  13. 02 12月, 2019 1 次提交
  14. 30 11月, 2019 1 次提交
  15. 28 11月, 2019 1 次提交
  16. 23 11月, 2019 1 次提交
  17. 10 11月, 2019 1 次提交
  18. 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
  19. 27 10月, 2019 1 次提交
  20. 26 10月, 2019 1 次提交
  21. 24 10月, 2019 2 次提交
  22. 23 10月, 2019 1 次提交
  23. 21 10月, 2019 1 次提交
  24. 18 10月, 2019 1 次提交
  25. 17 10月, 2019 1 次提交
  26. 15 10月, 2019 1 次提交
  27. 10 10月, 2019 2 次提交
  28. 30 9月, 2019 2 次提交
  29. 26 9月, 2019 1 次提交
  30. 25 9月, 2019 1 次提交
  31. 24 9月, 2019 1 次提交
  32. 23 9月, 2019 1 次提交
  33. 22 9月, 2019 1 次提交
    • C
      Allow access to more formula attributes in SetCellFormula (#484) · 3280e1b6
      Christian Fiedler 提交于
      * Allow access to more formula attributes in SetCellFormula
      
      Make SetCellFormula variadic to not break API.
      The new arguments are option arguments in which the type of
      the formula and the ref attribute may be set.
      These need to be set for an array formula to work.
      
      * Add TestWriteArrayFormula to test optional parameters of SetCellFormula
      
      TestWriteArrayFormula writes a document to the test directory that
      contains array formulas that are used to calculate standard deviations.
      The file also contains values calculated by the Go testcase, so the
      results can be verified. It should be tested, if the array formula
      works (i.e. shows a number, not an error) and that the values calculated
      by the formula and those calculated by Go are the same.
      3280e1b6
  34. 20 9月, 2019 1 次提交
  35. 18 9月, 2019 1 次提交