https://github.com/housebirdgames/html-table-csv-converter
A simple tool designed for easy conversion between HTML tables and CSV format.
https://github.com/housebirdgames/html-table-csv-converter
converter csv html html-table
Last synced: 5 months ago
JSON representation
A simple tool designed for easy conversion between HTML tables and CSV format.
- Host: GitHub
- URL: https://github.com/housebirdgames/html-table-csv-converter
- Owner: HousebirdGames
- Created: 2024-03-15T13:19:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T13:27:53.000Z (about 2 years ago)
- Last Synced: 2025-03-04T10:45:29.983Z (about 1 year ago)
- Topics: converter, csv, html, html-table
- Language: JavaScript
- Homepage: https://housebird.games/html-table-csv-converter/
- Size: 763 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML Table/CSV Online Converter
Welcome to the HTML Table/CSV Online Converter - a simple tool designed for easy conversion between HTML tables and CSV format.
## Features
- **Two-Way Conversion**: Easily convert HTML tables to CSV format and vice versa.
- **Browser-Based**: Runs entirely within your browser, requiring no server-side processing.
- **User-Friendly Interface**: Simple and intuitive design for hassle-free conversion.
## Usage
1. **HTML to CSV Conversion**:
- Paste your HTML table into the designated area.
- Click the "Convert to CSV" button to process your data.
- The CSV result will be displayed, with options to copy or download the content.
2. **CSV to HTML Conversion**:
- Input your CSV data into the provided textbox.
- Hit the "Convert to HTML Table" button to start the conversion.
- View your resulting HTML table, with the option to copy the HTML code.
## Examples
You can try out the conversion process using the example buttons provided for both HTML to CSV and CSV to HTML conversions.
## Installation
To use this tool locally:
1. Clone this repository.
2. Open the `index.html` file in your browser to start converting.
## Contributions
Contributions are welcome! If you have any suggestions for improvements or encounter any issues, please feel free to open an issue or submit a pull request.