1. 20 12月, 2019 1 次提交
  2. 30 9月, 2019 2 次提交
  3. 26 9月, 2019 1 次提交
  4. 25 9月, 2019 1 次提交
  5. 24 9月, 2019 1 次提交
  6. 23 9月, 2019 1 次提交
  7. 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
  8. 20 9月, 2019 1 次提交
  9. 18 9月, 2019 1 次提交
  10. 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
  11. 14 9月, 2019 1 次提交
  12. 13 9月, 2019 1 次提交
  13. 08 9月, 2019 1 次提交
  14. 06 9月, 2019 1 次提交
  15. 02 9月, 2019 1 次提交
  16. 01 9月, 2019 2 次提交
  17. 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
  18. 21 8月, 2019 1 次提交
  19. 19 8月, 2019 2 次提交
  20. 14 8月, 2019 1 次提交
  21. 13 8月, 2019 1 次提交
  22. 11 8月, 2019 2 次提交
  23. 10 8月, 2019 1 次提交
  24. 09 8月, 2019 3 次提交
  25. 08 8月, 2019 2 次提交
  26. 07 8月, 2019 2 次提交
    • H
      Further improve read performance · e07581e9
      Harris 提交于
      Instead of re-encoding the full sheet to change the namespaces
      in the encoded bytes, read the sheet again and do the byte
      replacements there.
      
      In this case, file access ends up being more performant than
      marshaling the sheet back to XML.
      
      In the SharedStrings test, ensure the strings are actually read.
      
      Fix #439
      e07581e9
    • xurime's avatar
      Merge pull request #458 from zhaov/master · d8df5109
      xurime 提交于
      Update comments
      d8df5109
  27. 06 8月, 2019 3 次提交
  28. 05 8月, 2019 2 次提交
  29. 04 8月, 2019 1 次提交