import * as ExcelJs from 'exceljs'; import { Workbook } from 'exceljs'; ... getRow(1); // 直接给这一行设置背景色 // headerRow.fill ...
確定! 回上一頁