12 2023 档案

摘要:html <a (click)="import()">导入</a> <input #importExcelInput [hidden]="true" type="file" (change)="onFileChange($event)" multiple="false" /> ts import() 阅读全文
posted @ 2023-12-21 15:54 流年sugar 阅读(133) 评论(0) 推荐(0)
摘要:1.Excel数据导出 根据后端数据导出 数据源样式 list = [ { code: '610230', name: '长尺', num: 2, price: 3.5, amount: 7, type: 1, status: 2 }, { code: '610230', name: '圆规', n 阅读全文
posted @ 2023-12-21 15:50 流年sugar 阅读(359) 评论(0) 推荐(0)
摘要:原配置样式代码 /** * 设置单元格样式 * @param worksheet 工作单元 * @param firstRow 开始行 * @param lastRow 结束行 * @param firstCol 开始列 * @param lastCol 结束列 * @param font 字号 * 阅读全文
posted @ 2023-12-15 11:36 流年sugar 阅读(448) 评论(0) 推荐(0)