Générateur de QR Codes en Vrac
Collez un CSV de paires nom de fichier,valeur et téléchargez un ZIP d'un PNG par ligne.
Réponse rapide: Générateur de QR Codes en Vrac : collez un CSV de paires nom_de_fichier,valeur, puis récupérez un ZIP contenant un PNG par ligne. Fonctionne entièrement dans votre navigateur, gratuitement et sans inscription.
Dernière mise à jour
Bon à savoir
The CSV format here is intentionally minimal — filename,value per line — because that is all you need to turn a spreadsheet column into a folder of scannable codes. Export the two columns as CSV, paste, and you get one 512×512 PNG per row, each named after the first column so they sort predictably when you unzip them. It is the fastest path for table numbers, asset tags, event badges, or a catalog where every SKU needs its own code.
Watch out for commas inside a value: because the split is on the first comma, a URL with query parameters like ?a=1,2 can break the parse. If your values contain commas, wrap the field in quotes or strip them first. Blank lines are skipped, and leading or trailing spaces in the filename can produce awkward names on some operating systems, so trim your source column before pasting.
Everything runs in your browser, so the practical ceiling is memory rather than a server quota — a few thousand rows is comfortable, but generating tens of thousands of codes at once can make the tab sluggish while it builds the ZIP. If you need custom sizing, colors, or a higher error-correction level per code, generate those one at a time with the single QR generator instead.
Because these are static QR codes, the data is baked in and there is no redirect to expire — but that also means a typo in your CSV becomes a permanently wrong code. Scan a couple of the generated PNGs with your phone before you print the whole batch onto stickers.
Questions fréquentes
- Le générateur de QR en masse est-il gratuit ?
- Oui — gratuit, sans inscription ni limite par lot.
- Mes valeurs sont-elles téléchargées ?
- Non — chaque QR est généré et compressé entièrement dans votre navigateur.
- Combien de codes puis-je générer à la fois ?
- Jusqu'à quelques milliers sur un ordinateur portable moderne. Le goulot d'étranglement est la RAM du navigateur, pas notre serveur.
- Quel format vais-je obtenir ?
- Un ZIP contenant un PNG 512×512 par ligne CSV, nommé d'après la première colonne.
- Puis-je personnaliser la taille ?
- Pas dans l'outil en masse — tous les PNG sont de 512px. Utilisez l'outil QR unique pour des tailles personnalisées.