koala icon indicating copy to clipboard operation
koala copied to clipboard

Are string values flatten ?

Open SergeBredin opened this issue 8 years ago • 1 comments

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 ?

SergeBredin avatar Apr 15 '16 14:04 SergeBredin

Looks like strings can't be flattened

bleucitron avatar Apr 15 '16 14:04 bleucitron