QtXlsxWriter
QtXlsxWriter copied to clipboard
read defined names from workbook
There is a method to create a defined name "bool defineName(...)" in a workbook but I can't find a method to get a list of defined names from the workbook.
I can't quite figure out how to get at the QList definedNamesList where it has them stored.
Is there a method for querying this list to get the defined names from the workbook?