rstudio / rstudio

RStudio is an integrated development environment (IDE) for R
https://posit.co/products/open-source/rstudio/
Other
4.59k stars 1.08k forks source link

Add option to open .csv files from the Files pane using Excel or OS default .csv app #14681

Open jzadra opened 1 month ago

jzadra commented 1 month ago

Currently when opening files from the Files pane using "View File", excel files will open in excel, but .csv files open in a plain text source window.

It is often very difficult to browse the data in this format, especially for larger data frames with many columns. It would be nice if there was an option to open .csv's in excel, or better yet, in the OS system default registered app for .csv's.

ronblum commented 1 month ago

@jzadra Thank you for the suggestion! We'll review this as we continue development of RStudio.