- Read the Input Excel File provide by the User.
- Read the Input Text File.
- Based on the Keyword Provided in the Input File, search In the Text File provided and split it.
- Create an excel file where file name will be the Keyword and make the Sheet as Keyword_1, Keyword_2 based on the results you will get after splitting.
- For each Input Keyword there must be a different Excel File.
Note:
If the Keyword does not exist In the text file, it should give proper Message as the Keyword is not present instead of giving Exception.
Also, include Exception Handling in this Assessment
Input Text k.txt (1.3 KB)
Input.xlsx (8.9 KB)
Would you like to send me complete solution