Test task project for ProductLab.
This is a simple WPF application used to search product cards at Wildberries website and export them to Excel file.
- Choose a file with categories you want to search for (only
.txtfiles are allowed). - Choose an output folder - exported results would be placed there.
- Click 'Export to Excel' button, and just wait - you will be informed when processing is complete (or if anything goes wrong).
- Output file name is hardcoded to 'SearchOutput.xlsx'.
- Program is only searching for items at the 1st page and sorting it by popularity.
- Source file must contain categories divided with a line break; otherwise, you could get incorrect result.
