Copy-paste data frame from Rstudio Viewer to Excel not working since update

I just installed the new version of R (4.0.3) and Rstudio (Version 1.3.1093) on Windows, and I cannot copy-paste from the viewer to excel anymore.

Here is the details:

1)View data table in the Rstudio viewer:

library(data.table)
View(data.table(A = c(1:10), B = c(11:20)))

2)Copy the selection:

enter image description here

3)Paste in excel (CTRL + V or Right click + Paste + Keep Source Formatting (K))

enter image description here

As you can see it doesn't work and only paste an blank cell.

The details of my R version:

version
platform       x86_64-w64-mingw32          
arch           x86_64                      
os             mingw32                     
system         x86_64, mingw32             
status                                     
major          4                           
minor          0.3                         
year           2020                        
month          10                          
day            10                          
svn rev        79318                       
language       R                           
version.string R version 4.0.3 (2020-10-10)
nickname       Bunny-Wunnies Freak Out   

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.