1. 28 8月, 2023 1 次提交
  2. 26 8月, 2023 1 次提交
    • F
      ref #65, add support for 10 formula functions · 4957ee9a
      fsfsx 提交于
      - Add support for 10 formula functions: ARRAYTOTEXT, FORECAST, FORECAST.LINEAR, FREQUENCY, INTERCEPT, ODDFYIELD, ODDLPRICE, ODDLYIELD, PROB and VALUETOTEXT
      - Update unit tests
      4957ee9a
  3. 25 8月, 2023 1 次提交
  4. 24 8月, 2023 1 次提交
  5. 23 8月, 2023 1 次提交
  6. 21 8月, 2023 1 次提交
  7. 17 8月, 2023 1 次提交
  8. 15 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. 01 8月, 2023 1 次提交
  12. 31 7月, 2023 1 次提交
  13. 28 7月, 2023 1 次提交
    • xurime's avatar
      This closes #1588, closes #1591, breaking changes for the `AddChart` function · a07c8cd0
      xurime 提交于
      - Removed exported `ChartTitle` data type
      - The `AddChart` function now supports formatting and setting rich text titles for the chart
      - New exported function `GetFormControl` for getting form control
      - Made case in-sensitive for internal worksheet XML path to improve compatibility
      - Update the unit tests
      - Update the documentation and internal comments on the codes
      a07c8cd0
  14. 27 7月, 2023 1 次提交
  15. 25 7月, 2023 1 次提交
  16. 21 7月, 2023 1 次提交
    • xurime's avatar
      This closes #1582, fixes the formula calculation bug, and improves form controls · 8d996ca1
      xurime 提交于
      - Fix incorrect formula calculate results on a nested argument function which returns a numeric result
      - Add a new exported error variable `ErrorFormControlValue`
      - Rename exported enumeration `FormControlCheckbox` to `FormControlCheckBox`
      - Rename exported enumeration `FormControlRadio` to `FormControlOptionButton`
      - The `AddFormControl` function supports new 5 form controls: spin button, check box, group box, label, and scroll bar
      - Update documentation for the `GraphicOptions` data type, `AddFormControl` and `NewStreamWriter` functions
      - Update the unit tests
      8d996ca1
  17. 13 7月, 2023 1 次提交
  18. 11 7月, 2023 1 次提交
    • D
      This closes #1169, initialize add form controls supported (#1181) · 2c8dc5c1
      David 提交于
      - Breaking changes:
      * Change
          `func (f *File) AddShape(sheet, cell string, opts *Shape) error`
          to
          `func (f *File) AddShape(sheet string, opts *Shape) error`
      * Rename the `Runs` field to `Paragraph` in the exported `Comment` data type
      - Add new exported function `AddFormControl` support to add button and radio form controls
      - Add check for shape type for the `AddShape` function, an error will be returned if no shape type is specified
      - Updated functions documentation and the unit tests
      2c8dc5c1
  19. 08 7月, 2023 1 次提交
    • xurime's avatar
      This closes #1572 · 8418bd7a
      xurime 提交于
      - Breaking changes: changed the data type for the `DecimalPlaces` to pointer of integer
      - Fallback to default 2 zero placeholder for invalid decimal places
      - Update unit tests
      8418bd7a
  20. 07 7月, 2023 1 次提交
  21. 06 7月, 2023 1 次提交
  22. 04 7月, 2023 1 次提交
  23. 03 7月, 2023 1 次提交
  24. 30 6月, 2023 1 次提交
  25. 18 6月, 2023 1 次提交
  26. 14 6月, 2023 1 次提交
  27. 12 6月, 2023 1 次提交
  28. 08 6月, 2023 1 次提交
  29. 05 6月, 2023 1 次提交
  30. 30 5月, 2023 1 次提交
  31. 28 5月, 2023 1 次提交
  32. 27 5月, 2023 1 次提交
  33. 23 5月, 2023 1 次提交
  34. 22 5月, 2023 1 次提交
  35. 19 5月, 2023 1 次提交
  36. 18 5月, 2023 1 次提交
  37. 17 5月, 2023 1 次提交
  38. 16 5月, 2023 1 次提交
  39. 11 5月, 2023 1 次提交
    • xurime's avatar
      Ref #1199, this support applies partial built-in language number format code · 49234fb9
      xurime 提交于
      - Remove the `Lang` field in the `Style` data type
      - Rename field name `ShortDateFmtCode` to `ShortDatePattern` in the `Options` data type
      - Rename field name `LongDateFmtCode` to `LongDatePattern` in the `Options` data type
      - Rename field name `LongTimeFmtCode` to `LongTimePattern` in the `Options` data type
      - Apply built-in language number format code number when creating a new style
      - Checking and returning error if the date and time pattern was invalid
      - Add new `Options` field `CultureInfo` and new exported data type `CultureName`
      - Add new culture name types enumeration for country code
      - Update unit tests
      - Move built-in number format code and currency number format code definition source code
      - Remove the built-in language number format code mapping with Unicode values
      - Fix incorrect number formatted result for date and time with 12 hours at AM
      49234fb9
  40. 06 5月, 2023 1 次提交