Go to file
Villers Krisztián 506061e8c9 readme 2026-05-12 16:37:15 +02:00
.github manbatman 2026-05-12 16:00:09 +02:00
src ok 2026-05-12 16:36:45 +02:00
.gitignore manbatman 2026-05-12 16:00:09 +02:00
Cargo.lock ok 2026-05-12 16:36:45 +02:00
Cargo.toml ok 2026-05-12 16:36:45 +02:00
README.md readme 2026-05-12 16:37:15 +02:00

README.md

o8_pics_size

Run the app to open a file picker limited to Excel files (.xls, .xlsx). After selecting a file, it reads the workbook sheet names and opens a terminal picker where you choose a sheet with arrow keys and Enter. Then it reads the header row and asks you to map three columns using the same TUI picker:

  • Cikkszám
  • Url
  • img_sequence

After mapping, it downloads each image from the selected Url column, reads image metadata, and writes a new Excel file next to the source workbook as result_[uuid].xlsx. For testing, it currently processes only the first 100 non-empty URL rows. Image processing runs in parallel workers with timeouts and response-size guards to avoid long hangs.

Output columns:

  • Cikkszám
  • Sqeuence
  • Url
  • Width (px)
  • Height (px)
  • Size (KB)