1. 28 1月, 2018 1 次提交
  2. 26 1月, 2018 3 次提交
  3. 19 1月, 2018 2 次提交
  4. 08 1月, 2018 1 次提交
  5. 06 1月, 2018 1 次提交
  6. 05 1月, 2018 1 次提交
  7. 03 1月, 2018 1 次提交
  8. 16 12月, 2017 1 次提交
  9. 15 12月, 2017 1 次提交
  10. 04 12月, 2017 1 次提交
  11. 01 12月, 2017 4 次提交
  12. 25 11月, 2017 2 次提交
  13. 21 11月, 2017 2 次提交
  14. 18 11月, 2017 2 次提交
    • O
      SheetViewOptionPtr: document that it is a superset of SheetViewOption · d2fb0197
      Olivier Mengué 提交于
      Document in type system (not just in text for humans) that
      all SheetViewOptionPtr are also SheetViewOption (well, if not nil).
      This improves documentation visible with godoc but this simple change
      also allows more flexibility to manipulate SheetViewOption programatically
      such as saving and restoring values:
      
      	var opt excelize.ShowFormulas
      	opt = new(excelize.ShowFormulas)
      	_ = xl.GetSheetViewOptions(sheet, -1, opt)
      	_ = xl.SetSheetViewOptions(sheet, -1, opt)
      d2fb0197
    • 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
  15. 17 11月, 2017 1 次提交
  16. 16 11月, 2017 4 次提交
  17. 03 11月, 2017 1 次提交
  18. 31 10月, 2017 1 次提交
  19. 27 10月, 2017 1 次提交
  20. 20 10月, 2017 1 次提交
  21. 18 10月, 2017 2 次提交
  22. 16 10月, 2017 1 次提交
  23. 30 9月, 2017 1 次提交
  24. 27 9月, 2017 1 次提交
  25. 26 9月, 2017 1 次提交
  26. 19 9月, 2017 1 次提交
  27. 13 9月, 2017 1 次提交