We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf33a4 commit be4ba4aCopy full SHA for be4ba4a
include/eible/ImportXlsx.h
@@ -121,7 +121,7 @@ class EIBLE_EXPORT ImportXlsx : public ImportSpreadsheet
121
QStringList createSheetNames() const;
122
123
void adjustColumnTypeSize(QVector<ColumnType>& columnTypes,
124
- int& column) const;
+ int column) const;
125
126
std::optional<QVector<std::pair<QString, QString>>> sheets_{std::nullopt};
127
std::optional<QStringList> sharedStrings_{std::nullopt};
src/ImportXlsx.cpp
@@ -646,7 +646,7 @@ QStringList ImportXlsx::createSheetNames() const
646
}
647
648
void ImportXlsx::adjustColumnTypeSize(QVector<ColumnType>& columnTypes,
649
- int& column) const
+ int column) const
650
{
651
if (column >= columnTypes.size())
652
0 commit comments