1. 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
  2. 24 2月, 2024 1 次提交
  3. 15 2月, 2024 1 次提交
  4. 05 2月, 2024 1 次提交
  5. 04 2月, 2024 1 次提交
  6. 02 2月, 2024 1 次提交
  7. 30 1月, 2024 1 次提交
  8. 29 1月, 2024 1 次提交
  9. 25 1月, 2024 1 次提交
  10. 24 1月, 2024 1 次提交
  11. 22 1月, 2024 1 次提交
  12. 21 1月, 2024 1 次提交
  13. 18 1月, 2024 1 次提交
  14. 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
  15. 30 12月, 2023 1 次提交
  16. 28 12月, 2023 1 次提交
  17. 25 12月, 2023 1 次提交
  18. 22 12月, 2023 1 次提交
  19. 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
  20. 15 12月, 2023 1 次提交
  21. 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
  22. 13 12月, 2023 1 次提交
  23. 09 12月, 2023 1 次提交
  24. 08 12月, 2023 1 次提交
  25. 07 12月, 2023 1 次提交
  26. 02 12月, 2023 1 次提交
  27. 01 12月, 2023 1 次提交
  28. 29 11月, 2023 1 次提交
  29. 25 11月, 2023 1 次提交
  30. 23 11月, 2023 1 次提交
  31. 21 11月, 2023 1 次提交
  32. 20 11月, 2023 1 次提交
  33. 18 11月, 2023 1 次提交
  34. 16 11月, 2023 1 次提交
  35. 15 11月, 2023 1 次提交
  36. 14 11月, 2023 1 次提交
  37. 13 11月, 2023 1 次提交
    • xurime's avatar
      Support 5 new kinds of conditional formatting types · 2499bf6b
      xurime 提交于
      - New conditional formatting types: text, blanks, no blanks, errors, and no errors
      - Support calculate formula with multiple dash arithmetic symbol
      - Fix empty calculate result with numeric arguments in LEN, LOWER, PROPER, REPT, UPPER, and IF formula functions
      - Uniform double quote in calculation unit tests
      - Update unit tests
      2499bf6b
  38. 11 11月, 2023 1 次提交
  39. 10 11月, 2023 1 次提交
  40. 09 11月, 2023 1 次提交