I am using NPOI to work with .xls files that are password protected.
According to the GitHub page (https://github.com/tonyqus/npoi/tree/master/main/POIFS), Crypt exists along with all of its files.
BUT on NuGet, where I installed the NPOI package, Crypt does not exist in the NPOI.POIFS namespace.
(NuGet page: https://www.nuget.org/packages/NPOI/)
Is this a mistake? And if so, is it possible to have it added as soon as possible?
Thank you.
Comments: ** Comment from web user: tonyqus **
According to the GitHub page (https://github.com/tonyqus/npoi/tree/master/main/POIFS), Crypt exists along with all of its files.
BUT on NuGet, where I installed the NPOI package, Crypt does not exist in the NPOI.POIFS namespace.
(NuGet page: https://www.nuget.org/packages/NPOI/)
Is this a mistake? And if so, is it possible to have it added as soon as possible?
Thank you.
Comments: ** Comment from web user: tonyqus **
I don't think POIFS.Crypt is working properly even after the code is included. We are planning to release this feature in the next version of NPOI (maybe in 2.1.4 or 2.1.5)