dotnetcore / NPOI

A .NET library for reading and writing Microsoft Office binary and OOXML file formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thread Safety - Incorrect result from GetDataFormatString()

tbuchan opened this issue · 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.