StackStorm-Exchange / stackstorm-excel

excel actions to read and write variables to an excel file
https://exchange.stackstorm.org/
Apache License 2.0
9 stars 8 forks source link

Add support for deleting rows in sheet #16

Closed amanda11 closed 4 years ago

amanda11 commented 4 years ago

Addresses https://github.com/StackStorm-Exchange/stackstorm-excel/issues/15 to add support to allow the user to delete rows by specifying the key of row they wish to delete.

Also added in unit-test for delete row, as well as a couple of tests on some of the existing actions, to check that the base mock class would also serve for testing of the existing classes.

nmaludy commented 4 years ago

@amanda11 can you ping me here when you're ready for a review?

amanda11 commented 4 years ago

@nmaludy Hi - I think its all ready for review now.