1. 29 12月, 2019 1 次提交
  2. 17 10月, 2019 1 次提交
  3. 11 8月, 2019 1 次提交
  4. 15 4月, 2019 1 次提交
    • xurime's avatar
      Resolve #369,#370 · f2df3447
      xurime 提交于
      add error return value
      
      exported functions:
      
      GetMergeCells
      ProtectSheet
      UnprotectSheet
      UpdateLinkedValue
      GetMergeCells
      SetSheetVisible
      
      inner functions:
      
      workSheetReader
      copySheet
      f2df3447
  5. 06 1月, 2019 1 次提交
  6. 01 1月, 2019 1 次提交
  7. 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
  8. 14 9月, 2018 3 次提交
  9. 12 9月, 2018 1 次提交
  10. 06 8月, 2018 1 次提交
  11. 01 12月, 2017 1 次提交
  12. 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