We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fatal error: concurrent map writes
https://github.com/qax-os/excelize/blob/d133dc12d774dcf944b36720f25e1dd945dda63f/excelize.go#L280C3-L280C3
f.xmlAttr is define Map, so concurrent invoke GetCellValue, maybe occur fatal error: concurrent map writes
Map