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

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.

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/).