ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
From the comments on your question by @jarvisschultz and myself, yes it is possible. You can use any library that writes xlsx
files such as what @jarvisschultz suggested (XlsxWriter).
I've used XlsxWriter myself and it's quite easy. Just follow the tutorials from the documentation.
You can also use the Working with Excel Sheets Chapter from the book, Automate the Boring Stuff with Python, which uses openpyxl
.