1
Fork 0
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:
Joshua Goins 2025-03-23 20:00:11 -04:00
parent b6c2f2eb73
commit 0dcad9c5f6

View file

@ -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;
}