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.
如果我从 eclipse 打开一个 .xls 文件,它会使用嵌入在 eclipse 中的 excel 打开,但是如果我打开一个 .csv 文件,它会作为一个单独的应用程序打开 excel。如何配置 Eclipse 以使用 .csv 文件的就地 ole 编辑器?
尝试 Window > Preferences > Editors > File Associations 并将您的文件扩展名 *.csv 关联到 Eclipse 中的内置 ole 编辑器。