Elie Habib
9a0f265db3
chore(scripts): replace xlsx with exceljs ( #2575 )
...
* chore(scripts): replace xlsx with exceljs
xlsx has known vulnerabilities with no patched version available.
exceljs is actively maintained (~6M weekly downloads) and covers
the same read-only parsing needs in seed-fuel-prices.mjs and
backfill-fuel-prices-prev.mjs.
* fix(scripts): handle ExcelJS Date cells and add Czechia mapping
ExcelJS returns Date objects for date cells (unlike xlsx which returned
raw strings). Convert to DD/MM/YYYY format to preserve downstream regex
parsing. Also add 'Czechia' alias to EU country map since the EU XLSX
now uses the short form instead of 'Czech Republic' (27/27 countries).
* fix(scripts): handle ExcelJS rich-text cell values
ExcelJS returns {richText: [{text: '...'}]} for formatted cells.
String() on these produces '[object Object]', breaking header
detection regex. Extract plain text from rich-text arrays.
2026-03-31 13:09:21 +04:00
..
2026-03-15 15:57:22 +04:00
2026-03-29 16:02:56 +04:00
2026-03-29 11:13:40 +04:00
2026-02-28 17:43:56 +04:00
2026-03-23 16:10:49 +04:00
2026-03-29 11:09:26 +04:00
2026-03-28 15:03:54 +04:00
2026-03-16 08:40:14 +04:00
2026-03-14 21:29:21 +04:00
2026-03-30 11:06:48 +04:00
2026-03-19 00:24:47 +04:00
2026-03-30 11:06:48 +04:00
2026-03-31 07:54:23 +04:00
2026-03-28 19:51:29 +04:00
2026-03-20 12:37:24 +04:00
2026-03-14 21:29:21 +04:00
2026-03-29 16:51:20 +04:00
2026-03-31 13:09:21 +04:00
2026-03-14 21:29:21 +04:00
2026-03-12 06:50:30 +04:00
2026-03-05 10:16:43 +04:00
2026-03-19 10:31:37 +04:00
2026-03-14 21:29:21 +04:00
2026-03-23 23:59:21 +04:00
2026-02-26 20:52:44 +04:00
2026-03-15 15:57:22 +04:00
2026-03-24 18:52:02 +04:00
2026-03-15 15:57:22 +04:00
2026-03-19 02:40:05 +04:00
2026-03-17 06:35:12 +04:00
2026-03-01 11:53:20 +04:00
2026-03-01 11:53:20 +04:00
2026-03-14 21:29:21 +04:00
2026-03-28 23:59:47 +04:00
2026-03-01 15:59:53 +04:00
2026-03-28 13:05:18 +04:00
2026-03-14 21:29:21 +04:00
2026-03-01 11:53:20 +04:00
2026-03-15 11:20:51 +04:00
2026-03-31 12:26:40 +04:00
2026-03-31 13:09:21 +04:00
2026-03-31 13:09:21 +04:00
2026-03-23 23:59:21 +04:00
2026-03-25 13:55:59 +04:00
2026-03-15 15:57:22 +04:00
2026-03-30 13:09:19 +04:00
2026-03-23 23:59:21 +04:00
2026-03-01 11:53:20 +04:00
2026-03-19 12:07:20 +04:00
2026-03-17 16:12:05 +04:00
2026-03-30 14:07:52 +04:00
2026-03-21 18:41:04 +04:00
2026-03-26 06:54:18 +04:00
2026-03-29 17:26:51 +04:00
2026-03-21 22:46:43 +04:00
2026-03-31 07:54:23 +04:00
2026-03-26 13:44:24 +04:00
2026-03-22 11:46:40 +04:00
2026-03-18 19:53:57 +04:00
2026-03-26 12:28:08 +04:00
2026-03-25 10:46:54 +04:00
2026-03-22 22:55:06 +04:00
2026-03-20 10:34:20 +04:00
2026-03-15 12:02:37 +04:00
2026-03-26 17:50:37 +04:00
2026-03-29 00:33:26 +04:00
2026-03-15 12:02:37 +04:00
2026-03-26 19:21:50 +04:00
2026-03-27 22:33:45 +04:00
2026-03-27 11:48:02 +04:00
2026-03-27 11:48:02 +04:00
2026-03-29 17:26:51 +04:00
2026-03-30 14:07:52 +04:00
2026-03-31 07:54:23 +04:00
2026-03-27 23:29:55 +04:00
2026-03-30 09:27:22 +04:00
2026-03-20 12:37:24 +04:00
2026-03-31 00:52:14 +04:00
2026-03-31 00:52:14 +04:00
2026-03-27 11:07:17 +04:00
2026-03-31 13:09:21 +04:00
2026-03-21 18:41:04 +04:00
2026-03-23 20:10:15 +04:00
2026-03-27 10:50:20 +04:00
2026-03-27 01:28:30 +04:00
2026-03-31 07:54:23 +04:00
2026-03-26 13:58:24 +04:00
2026-03-22 19:59:42 +04:00
2026-03-23 16:32:34 +04:00
2026-03-26 08:32:42 +04:00
2026-03-26 13:37:45 +04:00
2026-03-31 07:54:23 +04:00
2026-03-15 15:57:22 +04:00
2026-03-18 19:46:12 +04:00
2026-03-22 19:59:42 +04:00
2026-03-20 16:08:48 +04:00
2026-03-20 12:36:34 +04:00
2026-03-20 12:19:01 +04:00
2026-03-17 09:18:06 +04:00
2026-03-18 19:53:57 +04:00
2026-03-29 17:41:42 +04:00
2026-03-29 17:07:03 +04:00
2026-03-22 19:59:42 +04:00
2026-03-22 22:55:06 +04:00
2026-03-15 12:02:37 +04:00
2026-03-29 17:26:51 +04:00
2026-03-26 07:09:33 +04:00
2026-03-22 22:55:06 +04:00
2026-03-26 16:53:46 +04:00
2026-03-17 17:45:13 +04:00
2026-03-20 14:04:21 +04:00
2026-03-22 22:55:06 +04:00
2026-03-27 22:47:24 +04:00
2026-03-17 16:12:05 +04:00
2026-03-15 12:02:37 +04:00
2026-03-14 10:23:20 +04:00
2026-03-27 10:58:29 +04:00
2026-03-19 01:57:27 +04:00
2026-02-19 07:53:15 +04:00
2026-03-14 21:29:21 +04:00
2026-03-04 17:37:15 +04:00
2026-03-26 13:47:22 +02:00