Fix: 修正导航栏动画 & 移除无用代码
This commit is contained in:
@ -420,7 +420,7 @@
|
||||
worksheet.mergeCells('F5:H6')
|
||||
|
||||
// 自动调整列宽
|
||||
for (const [index, column] of worksheet.columns.entries()) {
|
||||
for (const [_index, column] of worksheet.columns.entries()) {
|
||||
let maxLength = 0
|
||||
|
||||
if (column && typeof column.eachCell === 'function') {
|
||||
|
||||
Reference in New Issue
Block a user