QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

read defined names from workbook

Open huguley opened this issue 9 years ago • 0 comments

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?

huguley avatar Dec 22 '15 22:12 huguley