Search Tracker
Look up a company or URL across both sheets of List.xlsx (Sheet1 = active applications, Rejected = rejected/closed applications).
What to do based on input
User gives a URL
- Open
List.xlsxwith openpyxl (use temp copy if PermissionError). - Search column C in both sheets for that URL (exact or substring match). Also handle cells with
=HYPERLINK(...)formula — extract the URL from inside the formula. - If found → show all matching rows (see Output Form
[Description truncada. Veja o README completo no GitHub.]