koala
koala copied to clipboard
Are string values flatten ?
excelutils.py l424,* flatten method* for cells values:
if isinstance(el, collections.Iterable) and not isinstance(el, basestring):
@iOiurson How do you feel with that ?
Looks like strings can't be flattened