← Lab
LAB / 06 · Live tool
URL Concat Tool
Turn Excel or CSV rows into parameterized URLs from a reusable template. Files stay entirely inside the browser.
Product previewURL Concat Tool

01 / Context
The problem
Building hundreds of campaign, catalog or personalized URLs by hand is slow and error-prone. URL Concat treats spreadsheet columns as variables in a reusable URL template.
02 / Capabilities
Capabilities
- 01
Read the first sheet of Excel or CSV files.
- 02
Automatically match template variables with column headers.
- 03
Preview, copy and export generated URLs as CSV.
- 04
Optionally encode spaces, accents and special characters.
Technologies
- HTML
- CSS
- JavaScript
- SheetJS
03 / System
Privacy & architecture
A single static HTML application using SheetJS. Files are processed locally in the browser and are never uploaded.
04 / Honest notes
Known limits
- Only the first spreadsheet sheet is processed.
- Changing the template resets manual column mappings.
- Duplicate or empty headers can produce ambiguous mappings.