(data: any)
| 351 | } |
| 352 | |
| 353 | function cleanDataInPlace(data: any): any[] { |
| 354 | return normalizeDictsByFieldnamesInPlace(normalizeData(data)) |
| 355 | } |
| 356 | |
| 357 | function fixExcelFilename(filename: string): string { |
| 358 | filename = appendOutputIfNeeded(filename) |
no test coverage detected