mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-23 12:37:45 +00:00
Add a TODO comment for Excel definitions
This commit is contained in:
parent
b6c2f2eb73
commit
0dcad9c5f6
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ void EXDPart::loadSheet(const QString &name, physis_Buffer buffer, const QString
|
|||
if (cachedExcelSheets.contains(linkName)) {
|
||||
auto cachedExcel = cachedExcelSheets[linkName];
|
||||
if (static_cast<unsigned int>(columnRow) < cachedExcel.exh->row_count) {
|
||||
// TODO: add back
|
||||
// auto [colString, _] = getColumnData(*cachedExcel.exh->row_data[columnRow].column_data);
|
||||
// columnString = colString;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue