You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/pluggableWidgets/datagrid-web/CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
11
+
- We updated Export to Excel column configuration to support separate export behavior per column content type:
12
+
- Attribute columns now support `Default` (use attribute formatter) and `Custom` export type with a shared `Export format` property.
13
+
- Dynamic text columns always export as strings and no longer require export type or export format configuration.
14
+
- Custom content columns use `Export value` together with export type (`String`, `Number`, `Date`, `Boolean`) and support `Export format` for number/date values.
15
+
16
+
### Changed
17
+
18
+
- We kept legacy export properties (`exportType`, `exportNumberFormat`, `exportDateFormat`) as runtime fallbacks for backward compatibility with existing widget configurations.
<description>Optional Excel format for exported number or date values (e.g. "#,##0.00", "yyyy-mm-dd"). See all formats https://docs.sheetjs.com/docs/csf/features/nf/</description>
<description>Optional Excel number format for exported numeric values (e.g. "#,##0.00", "$0.00", "0.00%"). See all formats https://docs.sheetjs.com/docs/csf/features/nf/</description>
99
+
<caption>Export number format (legacy)</caption>
100
+
<description>Deprecated. Kept for backward compatibility with existing widget configurations.</description>
0 commit comments