Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughWhen grids contain joined header rows, the exporter now applies custom headers only to the final header row and uses component-derived text for earlier rows. GridHeader.getText() returns the last text element. A new demo illustrates joined-header grid export with per-column custom header mapping. ChangesJoined Header Row Custom Header Handling
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |



Close #190
CSV/DOCX/PDF were always rendering the topmost header row, which for joined headers produced the joined-cell text instead of the actual column header. They now use the header row closest to the data, honoring
setCustomHeaderif set. In Excel,setCustomHeaderwas being applied to every header row (duplicating the value across joined rows); it now applies only to the row closest to the data. A new demo covers the issue's scenario.Summary by CodeRabbit