I'm building LibreOffice Calc files with python code, and I want to find all types of "office:value-type" and "calcext:value-type" attributes that I can use (e.g. "string", "float", "int" - I'm not sure that's all of them). Thanks!
P.S. please provide documentation topic link, I can't seem to find any proper related material.