Document created with using SetRowsToRepeatAtTop function does not repeat rows for OpenOffice or LibreOffice.
Comments: It looks like that mistake is in this row of inner file (workbook.xml) ``` <x:definedName name="_xlnm.Print_Titles" localSheetId="0">'Export'!1:2</x:definedName> ``` It is enough to change 'Export'!1:2 to 'Export'!$1:$2 and it start working in OO.
Comments: It looks like that mistake is in this row of inner file (workbook.xml) ``` <x:definedName name="_xlnm.Print_Titles" localSheetId="0">'Export'!1:2</x:definedName> ``` It is enough to change 'Export'!1:2 to 'Export'!$1:$2 and it start working in OO.