RomanPavelko / SwiftExcel

Lightweight, extremely fast and memory efficient Excel output library for .NET and .NET Core applications that streams data directly to the file.
https://swiftexcel.pro/
MIT License
43 stars 17 forks source link

Strong Name needed #4

Closed dingdonglars closed 3 years ago

dingdonglars commented 3 years ago

I am porting from .NET Framework to netstandard and need a replacement for the xPortTools .NET xPorter (http://www.xporttools.net/). I came across your SwiftExcel which seems to exactly what I need. Great! It is really nice that you stream the output, as my app sometimes need to write quite large files.

However, I need it to have a strong name. Would you accept a PR that just adds signing with a new (not password protected) key?

RomanPavelko commented 3 years ago

Sure, please submit a PR and I will review it.

RomanPavelko commented 3 years ago

I am porting from .NET Framework to netstandard and need a replacement for the xPortTools .NET xPorter (http://www.xporttools.net/). I came across your SwiftExcel which seems to exactly what I need. Great! It is really nice that you stream the output, as my app sometimes need to write quite large files.

However, I need it to have a strong name. Would you accept a PR that just adds signing with a new (not password protected) key?

PR was merged, thanks for the contribution, @dingdonglars