This is a simple JavaScript app that allows users to upload multiple Excel files (.xlsx) and extract email addresses from the sheets. The extracted email addresses are then displayed on the interface.
Only working code on github!
- Upload multiple Excel files for email extraction.
- Extract email addresses from the sheets in the uploaded files.
- Display the extracted email addresses on the interface.
- Clone the repository to your local machine:
git clone project
-
cd into project
-
Open the
index.html
file in a web browser. -
Click the "Choose Files" button to select one or more Excel files (.xlsx) from your local machine.
-
The app will process the selected files and display the extracted email addresses on the interface.
- Web browser with JavaScript support
- XLSX.js: A library for reading and writing Excel files in JavaScript.
Contributions are welcome! If you find any issues or have improvements to suggest, feel free to open an issue or create a pull request.
This project is licensed under the MIT License.