Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 303 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 303 Bytes

writeExcelFile

This project can be used to create and write excel files with ansible or with python code.

  • test.py file contains python unit tests and allow to understand how to use this project.
  • test_modules.yml is an example of ansible playbook which use the writeExcelFileLine module.