powered by
Naive check to see whether name already exists.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.child.html
avoid_duplicate_name(names, value, ...)
An character string.
names
value
Additional arguments, i.e. kwargs.
If name does exist suggest a name using an incrementer Duplicates are case insensitive
if (FALSE) { avoid_duplicate_name(names = "name", value = "name") }
Run the code above in your browser using DataLab