awalker89 / openxlsx

R package for .xlsx file reading and writing.
Other
363 stars 79 forks source link

Would like a way to delete rows #509

Open ssc-0401 opened 4 years ago

ssc-0401 commented 4 years ago

I want to be able to delete rows in a workbook using openxlsx, similar to how you can do so in Excel, where the row deletes and all data below it moves up. Currently, deleteData is similar to Excel's "clear contents", rather than like "delete". I would be interested to see a feature added that would allow us to delete rows (or columns) in workbooks.

ycphs commented 4 years ago

Please check the current package repository ycphs/openxlsx.

ssc-0401 commented 4 years ago

I'm probably just missing something -- I don't see a way in the current package repository to do this. Could you please point me in the right direction?

ycphs commented 4 years ago

I am the maintainer of the package openxlsx.

If you would like to go forward with your issue, I welcome you to do so in the actual repository of the package.

Then we can discuss a possibility to work on your request.