This is a project made to ease the process of importing CSV files into excel, while adding functionality of choosing which columns to import and which to ignore. User can also control how many rows to import along with a regex function to import only the condition satisfied rows.
It also allows the user to choose the cell to import the data to. With additional functionality of overriding previous data or appending the data. This was a task provided by StackIt during my placements for shortlisted students.
- Githubhttps://github.com/metal0bird/CSV_impoter
- StackJavaScript / Excel / CSV / HTML
- VideoDemo video
add the video here
Learning - Creating Google Apps scripts and integrating them with excel to add personalized features, that can be used to add customized functions to reduce manual work. Writing a HTML script for usability.