1. 28 Mar, 2020 1 commit
  2. 24 Mar, 2020 1 commit
  3. 15 Mar, 2020 1 commit
  4. 12 Mar, 2020 1 commit
  5. 09 Mar, 2020 1 commit
  6. 08 Mar, 2020 1 commit
  7. 03 Mar, 2020 2 commits
  8. 02 Mar, 2020 1 commit
  9. 29 Feb, 2020 1 commit
  10. 28 Feb, 2020 2 commits
  11. 26 Feb, 2020 1 commit
  12. 24 Feb, 2020 1 commit
  13. 21 Feb, 2020 1 commit
  14. 18 Feb, 2020 1 commit
  15. 15 Feb, 2020 1 commit
  16. 12 Feb, 2020 1 commit
  17. 06 Feb, 2020 1 commit
  18. 23 Jan, 2020 1 commit
  19. 21 Jan, 2020 3 commits
  20. 18 Jan, 2020 1 commit
  21. 15 Jan, 2020 1 commit
  22. 13 Jan, 2020 1 commit
  23. 03 Jan, 2020 1 commit
  24. 30 Dec, 2019 1 commit
  25. 29 Dec, 2019 2 commits
    • xuri's avatar
      Improve code coverage unit tests · 09485b3f
      xuri authored
      09485b3f
    • Cameron Howey's avatar
      Stream to Excel table (#530) · 5c87effc
      Cameron Howey authored
      * 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
  26. 28 Dec, 2019 1 commit
  27. 24 Dec, 2019 1 commit
  28. 23 Dec, 2019 1 commit
  29. 22 Dec, 2019 1 commit
  30. 21 Dec, 2019 1 commit
  31. 20 Dec, 2019 1 commit
  32. 19 Dec, 2019 2 commits
  33. 16 Dec, 2019 1 commit
  34. 15 Dec, 2019 1 commit