mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 03:55:47 +08:00
fix users files
XlsFormat olap hierarchy ...
This commit is contained in:
@ -49,6 +49,7 @@ global_info_(global_info)
|
||||
skippable_records_names.push_back("StartBlock");
|
||||
skippable_records_names.push_back("EndBlock");
|
||||
skippable_records_names.push_back("ChartFrtInfo");
|
||||
skippable_records_names.push_back("FrtWrapper");
|
||||
}
|
||||
|
||||
|
||||
@ -100,7 +101,7 @@ CFRecordPtr CFStreamCacheReader::getNextRecord(const CFRecordType::TypeId desira
|
||||
}
|
||||
if(skippable_records_names.end() != std::find(skippable_records_names.begin(), skippable_records_names.end(), rec_name))
|
||||
{
|
||||
Log::warning("The extracted record has been skipped (" + rec_name + ")");
|
||||
//Log::warning("The extracted record has been skipped (" + rec_name + ")");
|
||||
records_cache.pop_front();
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user