NPOI
NPOI copied to clipboard
Thread Safety - Incorrect result from GetDataFormatString()
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.