June 2018
Intermediate to advanced
398 pages
9h
English
Python has some excellent libraries that can handle the data written in an Excel sheet. We already used the Excel sheet in Chapter 4, Using Python to Manage Network Devices, when we needed to automate the netmiko configuration and read the data that described the infrastructure of the Excel file. Now, we will start by installing the Python xlrd library inside the Automation Server.
Use the following command to install xlrd:
pip install xlrd

Follow the steps given below:
Read now
Unlock full access