put the hash into a file and remove the tes.xlsx: at the beginning, this is a not neccessary info from the output or use option --username to tell hashcat it should ignore this info, and add -O (optimzed kernel)
next thing, when using -a3 aka bruteforce you should also provide a mask, if not provided, hahscat will use a standard mask for attacking, if you have any idea about your password or the passwordstyle you should use a modified mask
Code:
hashcat.exe -O -m9600 -a3 hashfile.txt
next thing, when using -a3 aka bruteforce you should also provide a mask, if not provided, hahscat will use a standard mask for attacking, if you have any idea about your password or the passwordstyle you should use a modified mask