1. 11 11月, 2020 1 次提交
  2. 18 10月, 2020 1 次提交
  3. 18 8月, 2020 1 次提交
  4. 18 7月, 2020 1 次提交
  5. 11 7月, 2020 1 次提交
  6. 09 7月, 2020 1 次提交
  7. 22 6月, 2020 1 次提交
  8. 21 5月, 2020 1 次提交
  9. 17 5月, 2020 1 次提交
  10. 09 4月, 2020 1 次提交
  11. 06 4月, 2020 1 次提交
  12. 05 4月, 2020 1 次提交
  13. 28 3月, 2020 1 次提交
  14. 19 2月, 2020 1 次提交
  15. 07 2月, 2020 1 次提交
  16. 22 1月, 2020 1 次提交
  17. 31 12月, 2019 1 次提交
  18. 29 12月, 2019 1 次提交
  19. 22 12月, 2019 1 次提交
  20. 20 12月, 2019 1 次提交
  21. 26 9月, 2019 1 次提交
  22. 24 9月, 2019 1 次提交
  23. 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
  24. 02 9月, 2019 1 次提交
  25. 11 8月, 2019 1 次提交
  26. 27 6月, 2019 1 次提交
  27. 20 6月, 2019 1 次提交
  28. 02 5月, 2019 1 次提交
  29. 20 4月, 2019 1 次提交
  30. 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
  31. 26 3月, 2019 1 次提交
    • M
      Do not save duplicate images · a94dcb99
      Michael 提交于
      Adding the same image should create a drawing referencing the
      already stored copy of the image.
      
      Closes #359
      a94dcb99
  32. 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
  33. 22 3月, 2019 1 次提交
  34. 20 3月, 2019 2 次提交
    • xurime's avatar
      resolve #360, fix axis parse issue when add / get pictures; · 40ea8eb0
      xurime 提交于
      typo fixed and go test updated
      40ea8eb0
    • 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
  35. 26 2月, 2019 1 次提交
  36. 25 2月, 2019 1 次提交
  37. 01 1月, 2019 1 次提交
  38. 17 10月, 2018 1 次提交
  39. 14 9月, 2018 1 次提交