Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Thread Safety - Incorrect result from GetDataFormatString() #154

Open
tbuchan opened this issue Dec 16, 2019 · 0 comments
Open

Thread Safety - Incorrect result from GetDataFormatString() #154

tbuchan opened this issue Dec 16, 2019 · 0 comments

Comments

@tbuchan
Copy link

tbuchan commented Dec 16, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant