Quick "dirty" fix: At the line (1100) in opendocument.py add following line : ``` tag.attrib['{%s}value-type' % namespaces['calcext']] = guess_type ``` Please report test results.