Skip to content

[xlsx import] removed the QVector::reserve() calls with the size equal to the...

[xlsx import] removed the QVector::reserve() calls with the size equal to the total number of columns to be imported, the vectors are resized later properly when adding the relevant column data pointers only.

fix #527 (closed)

Merge request reports