1. 09 3月, 2020 1 次提交
  2. 04 3月, 2020 1 次提交
  3. 03 3月, 2020 2 次提交
  4. 01 3月, 2020 1 次提交
  5. 29 2月, 2020 1 次提交
  6. 28 2月, 2020 1 次提交
  7. 26 2月, 2020 1 次提交
  8. 25 2月, 2020 1 次提交
  9. 21 2月, 2020 1 次提交
  10. 19 2月, 2020 1 次提交
  11. 15 2月, 2020 1 次提交
  12. 13 2月, 2020 1 次提交
  13. 07 2月, 2020 1 次提交
  14. 23 1月, 2020 1 次提交
  15. 22 1月, 2020 2 次提交
  16. 21 1月, 2020 1 次提交
  17. 19 1月, 2020 1 次提交
  18. 16 1月, 2020 1 次提交
  19. 14 1月, 2020 1 次提交
  20. 03 1月, 2020 1 次提交
  21. 31 12月, 2019 1 次提交
  22. 29 12月, 2019 2 次提交
    • xurime's avatar
      Improve code coverage unit tests · 09485b3f
      xurime 提交于
      09485b3f
    • C
      Stream to Excel table (#530) · 5c87effc
      Cameron Howey 提交于
      * Support all datatypes for StreamWriter
      
      * Support setting styles with StreamWriter
      
      **NOTE:** This is a breaking change. Values are now explicitly
      passed as a []interface{} for simplicity. We also let styles to be
      set at the same time.
      
      * Create function to write stream into a table
      
      * Write rows directly to buffer
      
      Avoiding the xml.Encoder makes the streamer faster and use less
      memory.
      
      Using the included benchmark, the results went from:
      
      > BenchmarkStreamWriter-4   514  2576155 ns/op  454918 B/op  6592 allocs/op
      
      down to:
      
      > BenchmarkStreamWriter-4  1614   777480 ns/op  147608 B/op  5570 allocs/op
      
      * Use AddTable instead of SetTable
      
      This requires reading the cells after they have been written,
      which requires additional structure for the temp file.
      
      As a bonus, we now efficiently allocate only one buffer when
      reading the file back into memory, using the same approach
      as ioutil.ReadFile.
      
      * Use an exported Cell type to handle inline styles for StreamWriter
      5c87effc
  23. 28 12月, 2019 1 次提交
  24. 25 12月, 2019 1 次提交
  25. 24 12月, 2019 1 次提交
  26. 23 12月, 2019 1 次提交
  27. 22 12月, 2019 1 次提交
  28. 20 12月, 2019 3 次提交
  29. 16 12月, 2019 1 次提交
  30. 15 12月, 2019 1 次提交
  31. 14 12月, 2019 1 次提交
  32. 13 12月, 2019 1 次提交
  33. 11 12月, 2019 1 次提交
  34. 10 12月, 2019 1 次提交
  35. 02 12月, 2019 1 次提交