An open API service indexing awesome lists of open source software.

https://github.com/medaminenasfi/xmlgenerator

📊 Convertir des fichiers Excel ou des données d'une base de données en XML. Outil idéal pour l'intégration de données structurées.
https://github.com/medaminenasfi/xmlgenerator

automation data-conversion data-processing database excel internship-project open-source python webapp xml

Last synced: 7 months ago
JSON representation

📊 Convertir des fichiers Excel ou des données d'une base de données en XML. Outil idéal pour l'intégration de données structurées.

Awesome Lists containing this project

README

          

#Excel/DB to XML Converter 🗃️➡️📄
---

[![PHP](https://img.shields.io/badge/PHP-777BB4?style=for-the-badge&logo=php&logoColor=white)](https://www.php.net/)
[![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white)](https://getbootstrap.com/)
[![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)](https://developer.mozilla.org/docs/Web/HTML)
[![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)](https://developer.mozilla.org/docs/Web/CSS)

A web tool to convert Excel files or database data into structured XML files. Developed as part of an introductory course.

---

## ✨ Features

- **Excel → XML Conversion**
Supports `.xlsx`, `.xls`, and `.csv` formats.
- **Database → XML**
Connect to MySQL, PostgreSQL, or SQLite databases to extract and convert data.
- **XML Schema Customization**
Define XML templates to adapt the output format.
- **Web & CLI Interface**
Use via browser or command line.
- **Data Validation**
Error checking before conversion.