https://bugs.documentfoundation.org/show_bug.cgi?id=106720

--- Comment #5 from Aron Budea <ba...@caesar.elte.hu> ---
The bug seems to be in XclExpCellTable::XclExpCellTable( const XclExpRoot&
rRoot ).
http://opengrok.libreoffice.org/xref/core/sc/source/filter/excel/xetable.cxx#2437

This is where validation data is collected:
if( ScfTools::CheckItem( rItemSet, ATTR_VALIDDATA, false ) )
http://opengrok.libreoffice.org/xref/core/sc/source/filter/excel/xetable.cxx#2641

However, the large loop in that function ends with the last row where there's
data, and in this case there's no more data in rows 4-5, so they aren't
considered: the application exits the loop before being able to take care of
the validation data there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to