1. 05 4月, 2020 1 次提交
  2. 29 3月, 2020 1 次提交
  3. 28 3月, 2020 1 次提交
  4. 10 3月, 2020 1 次提交
  5. 09 3月, 2020 1 次提交
  6. 19 2月, 2020 1 次提交
  7. 31 12月, 2019 1 次提交
  8. 29 12月, 2019 1 次提交
  9. 24 12月, 2019 1 次提交
  10. 23 12月, 2019 1 次提交
  11. 20 12月, 2019 2 次提交
  12. 30 11月, 2019 1 次提交
  13. 28 11月, 2019 1 次提交
  14. 05 11月, 2019 1 次提交
    • H
      Reduce allocations when writing · bf9a8355
      Harris 提交于
      Fix #494
      
      If a row is full, don't bother allocating a new one, just return it.
      
      Use the last populated row as a hint for the size of new rows.
      
      Simplify checkSheet to remove row map
      bf9a8355
  15. 16 9月, 2019 1 次提交
    • xurime's avatar
      Combine functions: · 8922f659
      xurime 提交于
      workBookRelsWriter, drawingRelsWriter into relsWriter;
      drawingRelsReader, workbookRelsReader, workSheetRelsReader into relsReader;
      addDrawingRelationships, addSheetRelationships into addRels
      8922f659
  16. 11 8月, 2019 1 次提交
  17. 04 8月, 2019 1 次提交
  18. 21 7月, 2019 1 次提交
  19. 27 6月, 2019 1 次提交
  20. 02 5月, 2019 1 次提交
  21. 20 4月, 2019 1 次提交
  22. 16 4月, 2019 1 次提交
  23. 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
  24. 23 3月, 2019 1 次提交
    • 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
  25. 20 3月, 2019 1 次提交
    • V
      Huge refactorig for consistent col/row numbering (#356) · dc012645
      Veniamin Albaev 提交于
      * Huge refactorig for consistent col/row numbering
      
      Started from simply changing ToALphaString()/TitleToNumber() logic and related fixes.
      But have to go deeper, do fixes, after do related fixes and again and again.
      
      Major improvements:
      
      1. Tests made stronger again (But still be weak).
      2. "Empty" returns for incorrect input replaces with panic.
      3. Check for correct col/row/cell naming & addressing by default.
      4. Removed huge amount of duplicated code.
      5. Removed ToALphaString(), TitleToNumber() and it helpers functions at all,
      and replaced with SplitCellName(), JoinCellName(), ColumnNameToNumber(), ColumnNumberToName(), CellNameToCoordinates(), CoordinatesToCellName().
      6. Minor fixes for internal variable naming for code readability (ex. col, row for input params, colIdx, rowIdx for slice indexes etc).
      
      * Formatting fixes
      dc012645
  26. 26 2月, 2019 1 次提交
  27. 25 2月, 2019 2 次提交
  28. 22 2月, 2019 1 次提交
  29. 10 1月, 2019 1 次提交
    • V
      New feature: File.DuplicateRowTo() duplicate row to specified row position. · 725c1a0c
      Veniamin Albaev 提交于
      DuplicateRowTo() is similar to DuplicateRow() but copies specified row not just after specified source row
      but to any other specified position below or above source row.
      
      Also I made minor modifications of tests: using filepath.Join() instead of direct unix-way paths strings
      to avoid possible tests fails on other OS.
      725c1a0c
  30. 06 1月, 2019 1 次提交
  31. 01 1月, 2019 1 次提交
  32. 26 12月, 2018 2 次提交
  33. 19 12月, 2018 1 次提交
  34. 05 12月, 2018 1 次提交
  35. 17 10月, 2018 1 次提交
  36. 14 9月, 2018 2 次提交