|
|
|
|
|
by functional_test
3959 days ago
|
|
As others have mentioned, you can find variations of this around online, but if you wish to roll you own (perhaps to add other features or what have you), you could knock it out in about 20 lines of Python using the built in CSV library and Openpyxl [1]. [1] https://openpyxl.readthedocs.org/en/latest/ |
|