(data: any[], log: boolean = true)
| 502 | } |
| 503 | |
| 504 | function writeTempExcel(data: any[], log: boolean = true) { |
| 505 | return writeExcel(data, 'temp.xlsx', log) |
| 506 | } |
| 507 | |
| 508 | function readTempExcel() { |
| 509 | return readExcel('temp.xlsx') |
no test coverage detected