Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以将简单数据导出到 csv 文件。除非没有“-”作为任何字段的第一个字符,否则一切正常。它显示“#NAME?” 在单元格中,我知道这是因为 excel 认为这是公式出错了。有没有办法可以强制 excel 忽略这一点?
用双引号括起来并在 excel 中设置导入选项以将引号中的列视为文本
如果您想在 Excel 中打开文档,为什么不实际创建一个带有NPOI之类的 excel 文件。然后,您可以有两个选项,一个真正的 unexcel 篡改 CSV 导出和一个实际的 Excel 导出。