1. 09 6月, 2019 1 次提交
  2. 08 6月, 2019 1 次提交
  3. 07 6月, 2019 1 次提交
  4. 05 6月, 2019 1 次提交
  5. 04 6月, 2019 1 次提交
  6. 01 6月, 2019 1 次提交
  7. 24 5月, 2019 2 次提交
  8. 17 5月, 2019 1 次提交
  9. 16 5月, 2019 1 次提交
  10. 11 5月, 2019 1 次提交
  11. 05 5月, 2019 1 次提交
  12. 04 5月, 2019 1 次提交
  13. 03 5月, 2019 1 次提交
  14. 02 5月, 2019 1 次提交
  15. 27 4月, 2019 1 次提交
  16. 23 4月, 2019 1 次提交
  17. 22 4月, 2019 1 次提交
  18. 21 4月, 2019 1 次提交
  19. 20 4月, 2019 1 次提交
  20. 16 4月, 2019 2 次提交
    • M
      Resolve #382, rewrite prepareSheetXML to scale linearly (#383) · 0f9170a0
      Michael 提交于
      * Rewrite prepareSheetXML to scale linearly
      
      We don't need to backfill columns into every row for most purposes
      Provided makeContiguousColumns for setting styles where we do
      need it for a specific region.
      
      Added a benchmark to monitor progress. For 50,000 rows this went
      from about 11 seconds to 1 second. The improvements are more
      dramatic as the row/column count increases.
      
      * Assigning that row value was redundant
      0f9170a0
    • xurime's avatar
      add unit tests to functions · a88459d5
      xurime 提交于
      a88459d5
  21. 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
  22. 14 4月, 2019 1 次提交
  23. 13 4月, 2019 1 次提交
  24. 12 4月, 2019 1 次提交
  25. 09 4月, 2019 1 次提交
  26. 07 4月, 2019 1 次提交
  27. 04 4月, 2019 3 次提交
  28. 26 3月, 2019 2 次提交
  29. 24 3月, 2019 1 次提交
  30. 23 3月, 2019 2 次提交
    • xurime's avatar
      refactor: handler error instead of panic, · 40ff5dc1
      xurime 提交于
      Exported functions:
      
      SetCellStyle
      InsertCol
      RemoveCol
      RemoveRow
      InsertRow
      DuplicateRow
      DuplicateRowTo
      SetRowHeight
      GetRowHeight
      GetCellValue
      GetCellFormula
      GetCellHyperLink
      SetCellHyperLink
      SetCellInt
      SetCellBool
      SetCellFloat
      SetCellStr
      SetCellDefault
      GetCellStyle
      SetCellValue
      MergeCell
      SetSheetRow
      SetRowVisible
      GetRowVisible
      SetRowOutlineLevel
      GetRowOutlineLevel
      GetRows
      Columns
      SearchSheet
      AddTable
      GetPicture
      AutoFilter
      GetColVisible
      SetColVisible
      GetColOutlineLevel
      SetColOutlineLevel
      SetColWidth
      GetColWidth
      
      inner functions:
      
      adjustHelper
      adjustMergeCells
      adjustAutoFilter
      prepareCell
      setDefaultTimeStyle
      timeToExcelTime
      addDrawingChart
      addDrawingVML
      addDrawingPicture
      getTotalRowsCols
      checkRow
      addDrawingShape
      addTable
      40ff5dc1
    • M
      Add benchmark for adding images to sheet (#367) · 2874d755
      Michael 提交于
      * Add benchmark for adding images to sheet
      
      This should help track performance regressions in future changes.
      
      * Only transform sheet name if necessary
      2874d755
  31. 22 3月, 2019 1 次提交
  32. 21 3月, 2019 3 次提交