[Development] SmartQuerier - Parse a text file to query data in an excel file, and output to an excel file.(tkinter)
===
###### tags: `development`, `python`, `tool`, `tkinter`, `multithreading`, `multiprocess`, `queue`
[ToC]
## SmartQuerier.py</br>
### Prerequisite
This is a tool to query data in an excel file according to a log file as input, and output the result to another excel file.
* Input:
1. requests.txt
2. path of target excel file (xxx.xlsx)
3. Ambiguousness (Return results when a cell contains or equals the requested string in all or selected sheets.)
* Output:
1. All results in the textview
2. To save these results as a excel file (xxx.xlsx)
### ScreenShot

### Source code
{%gist 326834262882b55368b23dc147c6da96%}