WeihanLi/WeihanLi.Npoi

purpose of int return value in NpoiExtension methods

totano opened this issue · 1 comments

this gets me confused, looking at the code it is just a constant value of 1, examples just discard it.
Shouldn't void be more appropriate? Is there something I am missing?

That means the method invokes succeed now, maybe some methods will change to return the rows count of the sheet, but for now, the return value is meaningless, you can just ignore the return value.

For now, return void is much better indeed. I'll consider that.