NickC
NickC

Reputation: 11

open .csv files with in-place excel in eclipse

If I open an .xls file from eclipse it opens using excel embedded in eclipse, however if I open a .csv file it opens excel as a separate application. How do I configure eclipse to use the in-place ole editor for .csv files?

Upvotes: 1

Views: 3654

Answers (1)

Israel Varea
Israel Varea

Reputation: 2630

Try Window > Preferences > Editors > File Associations and associate your file extension *.csv to the built-in ole editor in Eclipse.

Upvotes: 3

Related Questions