Function in excelpy to get the name of a worksheet
Hello readers,
I'm trying to find a function in excelpy that will return the name of a worksheet. I don't think there is one, but please correct me if I am wrong.
I do know that such a function exists in the openpyxl module, but I would prefer to use excelpy if possible.
Thanks.