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
refactor(datagrid-web): tighten excelDate overloads and remove dead code
Add overloads to excelDate so t:"d" is only produced when v is a Date,
preventing invalid SheetJS cells. Remove dead plain-number branch in
attribute reader (Mendix always returns Big for numeric types). Drop
no-op getCellFormat call in dynamicText reader (pre-rendered strings
have no raw typed value to coerce). Remove redundant `?? undefined`
in excelString.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments