Ansible read excel sheet to build inventory

Hi All,

Is there any way that i can import a list of hosts from an excel spreadsheet into ansible inventory so i can connect to each host via ansible and perform operations?

yes, an inventory plugin or inventory script can do this, there are
several examples of this in 'the wild', but none are shipped as part
of Ansible.

Read_csv is a module to read the csv