I am trying to read a .xlsb spreadsheet in to a data frame, create a new data frame after performing some manipulations on the data frame previously read and then write the new data frame on a newly added worksheet in the same workbook and then close the workbook saving the file.
I have looked around and found a lot of packages to do so for all formats of workbooks except for .xlsb format. I found excel.link packages but couldn't get it to work.
I also read about a package called 'xlsb' but seemingly its not available for R version 4.1.2. If anyone knows if it works with an older or newer version of R, please advise and I will see if I can get that version installed at my workplace.
Any help/suggestions/pointers shall be greatly appreciated.
Best regards
Deepak