Skip to content

raminr77/csv-row-printer

Repository files navigation

CSV Row Printer

GitHub stars

CSV Row Printer is a tool that helps you upload your CSV files to it and separate the information in each row and print it as a card or output it.

Your CSV file information is never sent to the server. No tracking, analytics, or fingerprinting are used on this website.

Demo

Capabilities:

  • Search in cards
  • Support RTL layout
  • Build custom QR Code
  • Print selected columns
  • Build QR Code from column
  • Change the range of the rows
  • Add header and footer to the cards
  • Merge (Group By) rows with custom column
  • Change the name of the columns or labels
  • Change the width and height of the cards

Development

  1. Make sure you have yarn installed.
  2. Run yarn for install devDependencies command.
  3. Run yarn sass to compile SCSS files.
  4. Run index.html with the live Server