从Google表格中的IMPORTXML转换为两倍

问题描述

当我使用IMPORTXML函数时,它将为我检索具有其他格式的double的文本,我想将其转换为double。

我要

1.258,00

但是我想将其转换为

1,258.00

否则,谷歌表不会将其识别为双精度型(由于数字格式,我无法使用= VALUE())。谢谢

解决方法

尝试:

NotImplementedError: Implement enable_gui in a subclass

其中A1是您的IMPORTXML公式

enter image description here

并将其格式化为数字:

enter image description here