https://github.com/lilycyf/multiexcelfilterhtml
Upload and display multiple excel files as filterable HTML tables on shared columns of the tables
https://github.com/lilycyf/multiexcelfilterhtml
excel excel-filter html-converter html-css-javascript xlsx xlsx-converter xlsx-files xlsx-reader
Last synced: about 1 month ago
JSON representation
Upload and display multiple excel files as filterable HTML tables on shared columns of the tables
- Host: GitHub
- URL: https://github.com/lilycyf/multiexcelfilterhtml
- Owner: lilycyf
- License: mit
- Created: 2023-04-26T03:36:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T05:03:52.000Z (about 2 years ago)
- Last Synced: 2025-02-02T01:41:22.582Z (3 months ago)
- Topics: excel, excel-filter, html-converter, html-css-javascript, xlsx, xlsx-converter, xlsx-files, xlsx-reader
- Language: JavaScript
- Homepage: https://lilycyf.github.io/MultiExcelFilterHtml/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultiExcelFilterHtml
MultiExcelFilterHtml is a web-based project that enables users to upload multiple excel files and display filters for each shared column across all uploaded files.
It's worth noting that MultiExcelFilterHtml can still function properly even if the columns of the excel files are different, as long as they share at least one column.
The project is designed to run without the need for a server and has no dependencies except for the [xlsx library](https://cdnjs.com/libraries/xlsx).
The code is written in a clear and concise manner, making it easy to understand and modify.
With MultiExcelFilterHtml, you can quickly filter and display columns that match specific criteria. It is incredibly user-friendly and helpful for anyone who needs to work with multiple excel files and wants to easily filter and display the data.
## How to Use
To use this project, simply use 🔗[MultiExcelFilterHtml](https://lilycyf.github.io/MultiExcelFilterHtml/index.html) or download or clone the repository to your local machine and open the `index.html` file in your browser.
Once opened:
1. Upload multiple excel files. The website will read the first sheet from each excel and display filters for each common column of all uploaded files.
2. Input your desired filters and click submit to display only the columns that match the filters.## Contributing
Contributions are welcome! If you have any suggestions or issues, please open an issue or pull request.
## License
MultiExcelFilterHtml is open-source software licensed under the [MIT licens](LICENSE)