diff --git a/python/quip.py b/python/quip.py index b39eafe..32242b8 100644 --- a/python/quip.py +++ b/python/quip.py @@ -709,7 +709,7 @@ def parse_spreadsheet_contents(self, spreadsheet_tree): if images: data["content"] = images[0].attrib.get("src") else: - data["content"] = list(cell.itertext())[0].replace( + data["content"] = " ".join(list(cell.itertext())[:-1]).replace( u"\u200b", "") style = cell.attrib.get("style") if style and "background-color:#" in style: