DEV Community

Cover image for I built a Symfony CSV/XLSX import-export bundle — feedback wanted
Hugo Seigle
Hugo Seigle

Posted on

I built a Symfony CSV/XLSX import-export bundle — feedback wanted

I built a Symfony bundle to simplify CSV and XLSX imports and exports with Doctrine.

It supports:

  • Symfony Form validation
  • create and update detection
  • optional deletion
  • CSV and XLSX templates
  • structured row errors
  • Symfony 6.4, 7 and 8

The bundle does not persist or flush entities automatically. Your application keeps full control over transactions and database writes.

I’m looking for feedback from Symfony developers.

Repository:
https://github.com/HugoSEIGLE/symfony-import-export-bundle

Any feedback, issue or contribution would be greatly appreciated.

Top comments (0)