1. 02 12月, 2019 1 次提交
  2. 30 11月, 2019 1 次提交
  3. 28 11月, 2019 1 次提交
  4. 23 11月, 2019 1 次提交
  5. 10 11月, 2019 1 次提交
  6. 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
  7. 27 10月, 2019 1 次提交
  8. 26 10月, 2019 1 次提交
  9. 24 10月, 2019 2 次提交
  10. 23 10月, 2019 1 次提交
  11. 21 10月, 2019 1 次提交
  12. 18 10月, 2019 1 次提交
  13. 17 10月, 2019 1 次提交
  14. 15 10月, 2019 1 次提交
  15. 10 10月, 2019 2 次提交
  16. 30 9月, 2019 2 次提交
  17. 26 9月, 2019 1 次提交
  18. 25 9月, 2019 1 次提交
  19. 24 9月, 2019 1 次提交
  20. 23 9月, 2019 1 次提交
  21. 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
  22. 20 9月, 2019 1 次提交
  23. 18 9月, 2019 1 次提交
  24. 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
  25. 14 9月, 2019 1 次提交
  26. 13 9月, 2019 1 次提交
  27. 08 9月, 2019 1 次提交
  28. 06 9月, 2019 1 次提交
  29. 02 9月, 2019 1 次提交
  30. 01 9月, 2019 2 次提交
  31. 29 8月, 2019 1 次提交
    • M
      Updating Readme · 875dd22b
      Matthew McFarling 提交于
      Removing the /v2 on the package url as it does not work with the ```go get``` command.
      875dd22b
  32. 21 8月, 2019 1 次提交
  33. 19 8月, 2019 2 次提交
  34. 14 8月, 2019 1 次提交
  35. 13 8月, 2019 1 次提交