EvotecIT / OfficeIMO

Fast and easy to use cross-platform .NET library that creates or modifies Microsoft Word (DocX) and later also Excel (XLSX) files without installing any software. Library is based on Open XML SDK
MIT License
286 stars 50 forks source link

AddRow functions return the created rows and table cell VerticalAlignment property #155

Closed The-Faulty closed 1 year ago

The-Faulty commented 1 year ago

See title

PrzemyslawKlys commented 1 year ago

Thank you. Would you care enough to add basic tests for this?

The-Faulty commented 1 year ago

Thank you. Would you care enough to add basic tests for this?

Sure, what do you mean by that though?

PrzemyslawKlys commented 1 year ago

Tests - something that confirms the methods works as expected the way you designed them so if someone changes the code later on - it will fail if don't wrongly.

The-Faulty commented 1 year ago

Got it. I'm a little busy for the next few days but I'll get to it soon.

The-Faulty commented 1 year ago

I've never written a test before so I hope it looks good. Let me know if there is an issue.

PrzemyslawKlys commented 1 year ago

There's a time for everything :-) I don't know what I am doing most of the time with this project so you're in good company.