1. 11 4月, 2024 1 次提交
  2. 03 4月, 2024 1 次提交
  3. 02 4月, 2024 1 次提交
  4. 01 4月, 2024 1 次提交
  5. 28 3月, 2024 1 次提交
  6. 27 3月, 2024 1 次提交
  7. 26 3月, 2024 1 次提交
  8. 25 3月, 2024 1 次提交
  9. 22 3月, 2024 1 次提交
  10. 19 3月, 2024 1 次提交
  11. 15 3月, 2024 1 次提交
  12. 13 3月, 2024 1 次提交
  13. 06 3月, 2024 1 次提交
  14. 04 3月, 2024 1 次提交
    • xurime's avatar
      This closes #1830, closes #1831, and closes #1833 · f20bbd1f
      xurime 提交于
      - Fix a v2.8.1 regression bug, auto filter does not work in the LibreOffice
      - Fix a v2.8.1 regression bug, support to adjust data validation with multiple cell range
      - Fix incorrect result data type of the DATE formula function
      - Update the unit tests
      f20bbd1f
  15. 03 3月, 2024 1 次提交
  16. 01 3月, 2024 1 次提交
  17. 29 2月, 2024 1 次提交
  18. 27 2月, 2024 1 次提交
  19. 26 2月, 2024 1 次提交
    • xurime's avatar
      This closes #1819, formula calculation engine support array formulas · 688808b2
      xurime 提交于
      - Improve the defined name and table name validation rules
      - Rename internal variable names to avoid the same with Go 1.21's built-in min and max functions
      - Simplify data type conversion in internal code
      - Update GitHub Actions workflow configuration, test on Go 1.22.x, and disable Go module cache
      - Update dependencies module
      688808b2
  20. 24 2月, 2024 1 次提交
  21. 15 2月, 2024 1 次提交
  22. 05 2月, 2024 1 次提交
  23. 04 2月, 2024 1 次提交
  24. 02 2月, 2024 1 次提交
  25. 30 1月, 2024 1 次提交
  26. 29 1月, 2024 1 次提交
  27. 25 1月, 2024 1 次提交
  28. 24 1月, 2024 1 次提交
  29. 22 1月, 2024 1 次提交
  30. 21 1月, 2024 1 次提交
  31. 18 1月, 2024 1 次提交
  32. 09 1月, 2024 1 次提交
    • xurime's avatar
      This closes #1777, fix the GetStyle or GetConditionalStyle function to returns... · 79265655
      xurime 提交于
      This closes #1777, fix the GetStyle or GetConditionalStyle function to returns incorrect DecimalPlaces field value
      
      - Update documentation for the NewStyle function
      - Update unit tests
      - Update dependencies Go module
      - Update GitHub workflow dependencies package version
      - Update copyright agreement statement
      79265655
  33. 30 12月, 2023 1 次提交
  34. 28 12月, 2023 1 次提交
  35. 25 12月, 2023 1 次提交
  36. 22 12月, 2023 1 次提交
  37. 19 12月, 2023 1 次提交
    • xurime's avatar
      Breaking changes: Go 1.18 and later required · 37e2d946
      xurime 提交于
      - This made the GetPictureCell function support get embedded cell images
      - Update dependencies module
      - Update GitHub workflow
      - Update documentation for the AddChart function
      37e2d946
  38. 15 12月, 2023 1 次提交
  39. 14 12月, 2023 1 次提交
    • Y
      This closes # 1704, support set the data labels position for the chart (#1755) · dfaf418f
      yuegu520 提交于
      - Breaking change: remove the Sizes field in the ChartSeries data type
      - Add new field DataLabelPosition in the ChartSeries data type, support to sets the position of the chart series data label
      - Add new field BubbleSize in the Chart data type, support set the bubble size in all data series for the bubble chart or 3D bubble chart
      - Add new exported ChartDataLabelPositionType data type
      - Update docs and unit test for the AddChart function
      - Fix a v2.7.1 regression bug, the bubble is hidden in the bubble or 3D bubble chart, commit ID: c2d6707a
      dfaf418f
  40. 13 12月, 2023 1 次提交