HTML para CSV is a project that consists of migrating data from a table made with HTML to a CSV file, which can be opened in Excel, Google Sheets and others.
See live on HTML para CSV! π₯
- I learned how to migrate an HTML table to a CSV file
- I learned the basics of using Blob and creating a temporary URL that lets you download the file
- HTML
- CSS
- JavaScript
-
Clone this repository using
git clone https://github.com/joaogabriel-sg/html-to-csv.git
-
Move yourself to the appropriate repository
cd html-to-csv
This project is licensed under the MIT License - see the LICENSE page for details.