Hi my friends,
I have an excel file and there is a sheet1. I want to take a snapshoot of a1:m20 cells as jpeg or png. Then ı want to save jpeg or png to a directory.
İs there a solution for this?
Thanks.
Hi my friends,
I have an excel file and there is a sheet1. I want to take a snapshoot of a1:m20 cells as jpeg or png. Then ı want to save jpeg or png to a directory.
İs there a solution for this?
Thanks.
Do you literally want to use R to make a .png of part of a spreadsheet page or do you wish to grab "a1:m20 cells" and use R to make a .png of the table?
I doubt you can do the former, the latter is fairly easy. For some suggestions see Reading Data From Excel Files (xls|xlsx) into R - Easy Guides - Wiki - STHDA
I want to save a1:m20 range as picture.
This topic was automatically closed 42 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.