- When using `strictOrder=no` the default value is passing data row by row to the plugin. The data is filtered by the `groupColumn` parameter. When using the parameter `pbr/passByRow=no` the complete Excel tab is passed over to the plugin. Once in the plugin, the data can be analyzed by Pandas method `iterutples()`.
- Update of libraries:
- `python-docx==0.8.11`
- `pandas`.
- `scp` removed becase installed by netmiko
- `paramiko` removed becase installed by netmiko