Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.26 KB

README.md

File metadata and controls

44 lines (24 loc) · 1.26 KB

Excel Email Address Extractor App

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!

Demo

Features

  • 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.

Usage

  1. Clone the repository to your local machine:

git clone project

  1. cd into project

  2. Open the index.html file in a web browser.

  3. Click the "Choose Files" button to select one or more Excel files (.xlsx) from your local machine.

  4. The app will process the selected files and display the extracted email addresses on the interface.

Requirements

  • Web browser with JavaScript support

Libraries Used

  • XLSX.js: A library for reading and writing Excel files in JavaScript.

Contributing

Contributions are welcome! If you find any issues or have improvements to suggest, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License.