Open tbuchan opened 4 years ago
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.
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.