Commit 9cd91100 authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

autoFilter -> formatTable

parent fb8236c5
......@@ -1778,7 +1778,8 @@
}
}
if(worksheet.AutoFilter && worksheet.AutoFilter.Ref && range.intersection(worksheet.AutoFilter.Ref))
//пересекается, но не равен фильтрованному диапазону. если равен - то фильтр превращается в таблицу
if(worksheet.AutoFilter && worksheet.AutoFilter.Ref && range.intersection(worksheet.AutoFilter.Ref) && !range.isEqual(worksheet.AutoFilter.Ref))
return true;
return false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment