1. 09 8月, 2019 1 次提交
    • H
      Handle multi row inline strings · acd76425
      Harris 提交于
      The inline string struct is actually the same
      as the shared strings struct, reuse it.
      
      Note that Go version 1.10 is required.
      
      Fixes #462
      acd76425
  2. 06 8月, 2019 1 次提交
  3. 04 8月, 2019 1 次提交
  4. 05 7月, 2019 1 次提交
  5. 05 6月, 2019 1 次提交
  6. 04 5月, 2019 1 次提交
  7. 13 1月, 2019 1 次提交
  8. 01 1月, 2019 1 次提交
  9. 14 12月, 2018 1 次提交
    • H
      Add support to flip outline summaries · faa7285a
      Harris 提交于
      This adds outlinePr support, with the summaryBelow attribute
      which defaults to true.
      
      Closes #304
      
      Signed-off-by: Michael Harris
      faa7285a
  10. 02 11月, 2018 1 次提交
  11. 14 9月, 2018 3 次提交
  12. 12 9月, 2018 1 次提交
  13. 01 9月, 2018 2 次提交
  14. 30 7月, 2018 1 次提交
  15. 25 7月, 2018 1 次提交
  16. 09 4月, 2018 1 次提交
  17. 18 11月, 2017 1 次提交
    • O
      Add {G,S}etSheetPrOptions() · 95461215
      Olivier Mengué 提交于
      Add SetSheetPrOptions and GetSheetPrOptions to allow to set options on
      <sheetPr> and <pageSetUpPr>.
      
      The following options are implemented:
      - CodeName (string)
      - EnableFormatConditionsCalculation (bool)
      - Published (bool)
      - FitToPage (bool)
      - AutoPageBreaks (bool)
      95461215
  18. 16 11月, 2017 2 次提交
    • O
      Add SetSheetViewOptions and GetSheetViewOptions (#145) · 88e48e07
      Olivier Mengué 提交于
      Two new methods:
      - SetSheetViewOptions(sheetName string, viewIndex int, opts ...SheetViewOption) error
      - GetSheetViewOptions(sheetName string, viewIndex int, opts ...SheetViewOptionPtr) error
      
      The option values are given by the user through types that have privates methods
      that implement the private SheetViewOption and SheetViewOptionPtr interfaces:
      - DefaultGridColor(bool)
      - RightToLeft(bool)
      - ShowFormulas(bool)
      - ShowGridLines(bool)
      - ShowRowColHeaders(bool)
      
      Examples:
          err := xl.SetSheetViewOptions("Sheet1", -1, excelize.ShowGridLines(true))
      
          var showGridLines excelize.ShowGridLines
          err := xl.GetSheetViewOptions("Sheet1", -1, &showGridLines)
      
      Fixes #145.
      88e48e07
    • xurime's avatar
      Bugfix: corrupted xlsx after write operation, relate issue #152. · 96b3e1ea
      xurime 提交于
      Signed-off-by: xurime's avatarRi Xu <xuri.me@gmail.com>
      96b3e1ea
  19. 05 9月, 2017 1 次提交
  20. 11 8月, 2017 2 次提交
  21. 30 7月, 2017 1 次提交
  22. 15 7月, 2017 1 次提交
  23. 29 6月, 2017 1 次提交
  24. 08 6月, 2017 1 次提交
  25. 25 5月, 2017 1 次提交
  26. 28 3月, 2017 1 次提交
  27. 10 3月, 2017 1 次提交
  28. 06 3月, 2017 1 次提交
  29. 03 3月, 2017 1 次提交
  30. 18 1月, 2017 2 次提交
  31. 31 12月, 2016 2 次提交
  32. 26 12月, 2016 2 次提交