You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great library!
One feature that would be nice, is the ability to extract the named ranges, or definedNames from an xlsx workbook or - xl\workbook.xml from the zip archive.
I use this to guide extraction of data from an excel sheet, rather than having ranges or references defined in the code - it is extracted from the workbook itself to guide parsing of cell values.
Great library!
One feature that would be nice, is the ability to extract the named ranges, or
definedNames
from an xlsx workbook or -xl\workbook.xml
from the zip archive.They are defined like this:
I use this to guide extraction of data from an excel sheet, rather than having ranges or references defined in the code - it is extracted from the workbook itself to guide parsing of cell values.
This is the openpyxl documentation of the feature for reference.
I am just learning go or would try making a pull request... am happy to help with testing though!
Thanks! 😃
The text was updated successfully, but these errors were encountered: