https://github.com/codebyaadi/excel-to-json
This repository contains a web application built with Vite, vanilla JavaScript, and Tailwind CSS that allows users to convert Excel files to JSON format and download the converted file. The application is hosted on Render, and it provides a simple and user-friendly interface for converting Excel files to JSON.
https://github.com/codebyaadi/excel-to-json
html json vanilla-javascript vitejs xlsx
Last synced: 9 months ago
JSON representation
This repository contains a web application built with Vite, vanilla JavaScript, and Tailwind CSS that allows users to convert Excel files to JSON format and download the converted file. The application is hosted on Render, and it provides a simple and user-friendly interface for converting Excel files to JSON.
- Host: GitHub
- URL: https://github.com/codebyaadi/excel-to-json
- Owner: codebyaadi
- License: apache-2.0
- Created: 2023-04-16T15:41:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T04:22:18.000Z (over 1 year ago)
- Last Synced: 2025-06-06T00:40:56.615Z (9 months ago)
- Topics: html, json, vanilla-javascript, vitejs, xlsx
- Language: HTML
- Homepage: https://excel-to-json.onrender.com/
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Excel to JSON Converter
This website allows users to upload an Excel file and convert it to JSON format. The resulting JSON data can then be downloaded and used as needed.
## Technologies Used
This project was created using the following technologies:
- Vite
- Vanilla JavaScript
- Tailwind CSS
## Installation
To install this project, follow these steps:
1. Clone this repository to your local machine.
2. Run `npm install` to install the necessary dependencies.
3. Run `npm run dev` to start the development server.
## Usage
To use this project, follow these steps:
1. Open your web browser and navigate to [http://localhost:3000](http://localhost:3000).
2. Click the "Choose file" button and select an Excel file to upload.
3. Click the "Convert" button to convert the file to JSON format.
4. Click the "Download" button to download the resulting JSON data.
## Demo
A live demo of this project is available at [here](https://excel-to-json.onrender.com/).
## Contributions
Contributions to this project are welcome. To contribute:
1. Fork this repository.
2. Create a new branch for your changes.
3. Make your changes and commit them with descriptive commit messages.
4. Push your changes to your fork.
5. Submit a pull request to this repository.
## License
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for more information.
## Credits
This project was created by [codebyaadi](https://codebyaadi.netlify.app/).