Excel Column Extractor is a web-based tool that allows users to upload an Excel file and extract specific columns from it. This tool uses SheetJS to handle Excel file parsing and creation. It offers a user-friendly interface with smooth animations and an elegant design.
- Upload
.xlsxor.xlsfiles. - Extract specific columns based on column headers.
- Download the filtered data as a new Excel file.
- Beautiful and smooth UI animations using CSS.
The user selects an Excel file, and the script extracts only the desired columns based on the provided column headers. The filtered data is then downloaded as a new Excel file.
To run this tool, simply clone the repository and open index.html in a web browser.
You need a web browser with internet access to load the SheetJS library.
- Clone the repository:
git clone https://github.com/epsit03/ExcelColumnExtractor.git
- Enabling the user to dynamically input the columns he/she wants to fetch alongwith its data (Update: Feature implemented and Working ✅ )
- Also, enabling the user to specify on which header are the columns located. (For e.g. If the column headers are in the first row, user will input header position = 1)
- Make the UI more smooth and elegant.
As for now, this web-based tool is specific for an organisation's purpose but my purpose to make it open-source is to make the tool viable and useful for everyone across the global web.
