Auto-save: Updated components/timeshift-spreadsheet.tsx
Auto-saved at 2025-07-29 15:01:45 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -321,6 +321,12 @@ export function TimeshiftSpreadsheet({ teamId, teamName }: TimeshiftSpreadsheetP
|
||||
for (let row = 1; row <= 5; row++) {
|
||||
for (let col = 1; col < totalCols; col += 2) {
|
||||
const colLetter = getExcelColumnName(col)
|
||||
|
||||
// Skip merging for BZ and CA columns
|
||||
if (colLetter === 'BZ' || colLetter === 'CA') {
|
||||
continue
|
||||
}
|
||||
|
||||
try {
|
||||
// Correct syntax: setMerge(cellAddress, colspan, rowspan)
|
||||
instance.setMerge(`${colLetter}${row}`, 2, 1) // 2 columns, 1 row
|
||||
|
||||
@@ -56,3 +56,8 @@
|
||||
2025-07-29 14:54:37 +02:00: (node:652376) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
|
||||
2025-07-29 14:54:37 +02:00: (Use `node --trace-deprecation ...` to show where the warning was created)
|
||||
2025-07-29 14:54:42 +02:00: 🔖 Creating restore point...
|
||||
2025-07-29 14:54:48 +02:00: ✅ Restore point created
|
||||
2025-07-29 15:01:15 +02:00: 📝 File changed: components/timeshift-spreadsheet.tsx (change)
|
||||
2025-07-29 15:01:15 +02:00: 📝 File changed: components/timeshift-spreadsheet.tsx (change)
|
||||
2025-07-29 15:01:15 +02:00: 📝 File changed: components/timeshift-spreadsheet.tsx (change)
|
||||
2025-07-29 15:01:45 +02:00: 🔄 Performing auto-commit...
|
||||
|
||||
@@ -52,3 +52,8 @@
|
||||
2025-07-29 14:54:37 +02:00: ./auto-commit.sh list
|
||||
2025-07-29 14:54:37 +02:00: ./auto-commit.sh cleanup
|
||||
2025-07-29 14:54:42 +02:00: 🔖 Creating restore point...
|
||||
2025-07-29 14:54:48 +02:00: ✅ Restore point created
|
||||
2025-07-29 15:01:15 +02:00: 📝 File changed: components/timeshift-spreadsheet.tsx (change)
|
||||
2025-07-29 15:01:15 +02:00: 📝 File changed: components/timeshift-spreadsheet.tsx (change)
|
||||
2025-07-29 15:01:15 +02:00: 📝 File changed: components/timeshift-spreadsheet.tsx (change)
|
||||
2025-07-29 15:01:45 +02:00: 🔄 Performing auto-commit...
|
||||
|
||||
Reference in New Issue
Block a user