NPOI icon indicating copy to clipboard operation
NPOI copied to clipboard

Thread Safety - Incorrect result from GetDataFormatString()

Open tbuchan opened this issue 5 years ago • 0 comments

Caching implemented for the result of HSSFCellStyle.GetDataFormatString() uses unguarded statics and is not thread safe. In a multi-threaded environment you may receive the format string for a different cell.

tbuchan avatar Dec 16 '19 16:12 tbuchan