1. 01 8月, 2023 1 次提交
  2. 31 7月, 2023 1 次提交
  3. 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
  4. 27 7月, 2023 1 次提交
  5. 25 7月, 2023 1 次提交
  6. 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
  7. 13 7月, 2023 1 次提交
  8. 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
  9. 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
  10. 07 7月, 2023 1 次提交
  11. 06 7月, 2023 1 次提交
  12. 04 7月, 2023 1 次提交
  13. 03 7月, 2023 1 次提交
  14. 30 6月, 2023 1 次提交
  15. 18 6月, 2023 1 次提交
  16. 14 6月, 2023 1 次提交
  17. 12 6月, 2023 1 次提交
  18. 08 6月, 2023 1 次提交
  19. 05 6月, 2023 1 次提交
  20. 30 5月, 2023 1 次提交
  21. 28 5月, 2023 1 次提交
  22. 27 5月, 2023 1 次提交
  23. 23 5月, 2023 1 次提交
  24. 22 5月, 2023 1 次提交
  25. 19 5月, 2023 1 次提交
  26. 18 5月, 2023 1 次提交
  27. 17 5月, 2023 1 次提交
  28. 16 5月, 2023 1 次提交
  29. 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
  30. 06 5月, 2023 1 次提交
  31. 04 5月, 2023 1 次提交
  32. 30 4月, 2023 1 次提交
  33. 26 4月, 2023 1 次提交
  34. 25 4月, 2023 1 次提交
    • xurime's avatar
      This closes #1528, closes #1533 · 612f6f10
      xurime 提交于
      - Avoid format text cell value as a numeric
      - Fix race conditions for concurrency safety functions
      612f6f10
  35. 24 4月, 2023 1 次提交
  36. 23 4月, 2023 1 次提交
  37. 21 4月, 2023 1 次提交
  38. 19 4月, 2023 1 次提交
  39. 17 4月, 2023 1 次提交
    • xurime's avatar
      This commit contains 5 changes: · d0ad0f39
      xurime 提交于
      - Fix incorrect comment box size for multi-line plain text comments
      - Prevent create duplicate tables with the same name
      - Add new exported error variable `ErrExistsTableName`
      - Allocate buffer inside escape XML characters
      - Update the unit tests
      d0ad0f39
  40. 16 4月, 2023 1 次提交