All Questions
2 questions
1
vote
1
answer
175
views
Python - Efficiently pick random data from an array, generate random UUIDs and save it all in an Excel table
I wrote the following prototype:
...
2
votes
1
answer
138
views
Combine contiguous spreadsheet cell references into larger ranges
For a hobby project, I am using openpyxl to export Excel workbooks as JSON. Part of this involves identifying the formatting applied to cells, and serializing this information (provided the format is ...