Convert Excel and CSV files to JSON format according to the user request separately. The Excel and CSV files are all in the same folder. The output files are stored as seperate folders.
This project is an improvement version of my previous two projects. If you want to get more knowledge about this project please follow these two project also.
These are some features of this project.
- Identify file name according to the file extension.
- Identify the number of rows and columns in the Excel and CSV files.
- Identify the excel sheet inside the excel file.
- The output files are generated as separated folders.
These dependencies are used for excel to json convert
This dependency is used for files handling
These dependencies are used for csv to json convert