Is this a wrapper around the Java POI library? #721
-
|
Or is this a from-scratch port (rewrite) ? Trying to understand if the Log4J vulnerability affects this .NET version. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
tonyqus
Dec 28, 2021
Replies: 1 comment
-
|
NPOI abstracts logger layer via POILogFactory. You can implement your own logger by yourself. But NPOI doesn't have reference to Log4J .NET port library by default. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tonyqus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NPOI abstracts logger layer via POILogFactory. You can implement your own logger by yourself. But NPOI doesn't have reference to Log4J .NET port library by default.