1. 19 3月, 2024 1 次提交
  2. 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
  3. 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
  4. 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
  5. 13 10月, 2023 1 次提交
  6. 10 10月, 2023 1 次提交
  7. 21 9月, 2023 1 次提交
    • xurime's avatar
      This fix #1665, supports getting formula string cell value · 9c079e5e
      xurime 提交于
      - Improve compatibility for absolute path drawing part
      - Fix incorrect table ID generated in the workbook which contains single table cells
      - Fix missing relationship parts in the content types in some cases
      - Upgrade number format parser to fix missing literal tokens in some cases
      - Update built-in zh-cn and zh-tw language number format
      - Ref #65, init new formula function: TEXT
      - Remove duplicate style-related variables
      - Update the unit tests
      9c079e5e
  8. 21 8月, 2023 1 次提交
  9. 09 8月, 2023 1 次提交
  10. 06 8月, 2023 1 次提交
    • xurime's avatar
      This fixes #1599, and improve date and time number format · eb175906
      xurime 提交于
      - Fix basic arithmetic operator priority issues
      - Support apply date and time number format with 52 languages: Estonian, Faroese, Filipino, Finnish, Frisian, Fulah, Galician, Georgian, Greek, Greenlandic, Guarani, Gujarati, Hausa, Hawaiian, Hebrew, Hindi, Hungarian, Icelandic, Igbo, Indonesian, Inuktitut, Kannada, Kashmiri, Kazakh, Khmer, Kiche, Kinyarwanda, Kiswahili, Konkani, Kyrgyz, Lao, Latin, Latvian, Lithuanian, Luxembourgish, Macedonian, Malay, Malayalam, Maltese, Maori, Mapudungun, Marathi, Mohawk, Morocco, Nepali, Nigeria, Norwegian, Occitan, Odia, Oromo, Pashto and Syllabics
      - Support apply the Chinese weekdays' number formats
      - Update the unit test and dependencies modules
      eb175906
  11. 31 7月, 2023 1 次提交
  12. 25 7月, 2023 1 次提交
  13. 08 6月, 2023 1 次提交
  14. 04 5月, 2023 1 次提交
  15. 30 4月, 2023 1 次提交
  16. 10 4月, 2023 1 次提交
  17. 19 2月, 2023 1 次提交
  18. 18 2月, 2023 1 次提交
  19. 08 1月, 2023 1 次提交
  20. 02 1月, 2023 1 次提交
    • xurime's avatar
      This fixed worksheet protection issue · b39626fa
      xurime 提交于
      - Update example code in the documentation
      - Update unit tests
      - Rename `PictureOptions` to `GraphicOptions`
      - Adjust partial options fields data types for the `PictureOptions` and `Shape` structure
      - Update dependencies module
      b39626fa
  21. 11 11月, 2022 1 次提交
  22. 13 10月, 2022 1 次提交
  23. 08 10月, 2022 1 次提交
  24. 07 9月, 2022 1 次提交
  25. 21 8月, 2022 1 次提交
  26. 12 8月, 2022 1 次提交
    • xurime's avatar
      This closes #1312, #1313, fix number format issue · 8152bbb2
      xurime 提交于
      - Add supported options in the docs of the functions `SetSheetPrOptions` and `GetSheetPrOptions`
      - Add go1.19 unit test settings, and made the test case compatible with go1.19
      - Update dependencies module
      8152bbb2
  27. 27 6月, 2022 1 次提交
  28. 26 5月, 2022 1 次提交
  29. 11 4月, 2022 1 次提交
  30. 17 2月, 2022 1 次提交
    • xurime's avatar
      This closes #1148, resolve limitations when adding VBA project to the workbook · f87c39c4
      xurime 提交于
      Added two exported functions `SetWorkbookPrOptions` and `GetWorkbookPrOptions` to support setting and getting the code name property of the workbook
      Re-order fields of the workbook properties group to improve the compatibility
      Go Modules dependencies upgrade
      Put workbook related operating in new `workbook.go` source code
      Library introduction docs block updated
      f87c39c4
  31. 13 2月, 2022 1 次提交
  32. 09 1月, 2022 1 次提交
  33. 02 8月, 2021 1 次提交
  34. 12 6月, 2021 1 次提交
  35. 19 4月, 2021 1 次提交
  36. 24 3月, 2021 1 次提交
  37. 21 3月, 2021 1 次提交
  38. 14 3月, 2021 1 次提交
  39. 30 1月, 2021 1 次提交
  40. 14 12月, 2020 1 次提交