- Add horizontal cell merging for header rows (2-5) using jspreadsheet setMerge
- Day names, year, month, and day values now span across both day/night columns
- Extended weekend highlighting to year/month/day rows under weekend days
- Improved visual hierarchy with grouped date information per day
- Fixed font sizes for better readability (12px for all rotated values)
- Increased day names row height to 50px for better text fit
- Removed bold formatting from "den"/"noc" shift labels
Technical improvements:
- Correct jspreadsheet v4 setMerge syntax: setMerge(cellAddress, colspan, rowspan)
- Excel-style column naming supports AA, AB, AC... format
- Preserved all text rotation and color formatting during merging
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Next.js 15.2.4 with React 19 and TypeScript
- Monthly schedule generator with Excel-like formatting
- Complete employee list from example.xlsx (18 employees)
- Excel-style column naming (A, B, C, ..., Z, AA, AB, ...)
- Counter-clockwise text rotation for data values
- Weekend highlighting and shift color coding
- Team selection for TKB, METRO, D8
- 7 days from previous month + full current month date range
- jspreadsheet integration for Excel-like interface
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>