如何在不将单元格内容转换为数字的情况下导出以“$”开头的内容?

How to export content starting with "$" without cell content transformation to a number?

当我尝试导出单元格中的数据,如“$101”时,结果 excel 文档中只得到数字(数字格式)。

如何防止 excel 将此类数据解释为数字,而只是将这些值显示为文本?

正如 here and in the documentation 所讨论和描述的那样,数据表允许更改 Excel 单元格的显示格式, 有 an example.