Now and then, workbooks get damaged. In this case, we made some temporary repairs so that you can open it in Reading View.
Hide technical details
Repaired Part: /xl/worksheets/sheet1.xml part with XML error. Catastrophic failure Line 18, column 27.
Datasets for Band apartments, apartments_dynamic_header and apartments_master_data are empty.
To reproduce the issue, do following:
Edit -> Root -> apartments -> Bands
Replace Band apartments returning value
Important
Before this issue, the following one should be fixed: 238.
Environment
com.haulmont.reports: 7.1.0
Description of the bug
Run report GridExportReport.zip
Generated file Шахматка (22).xlsx is corrupted:
Datasets for Band
apartments
,apartments_dynamic_header
andapartments_master_data
are empty.To reproduce the issue, do following:
Edit -> Root -> apartments -> Bands Replace Band
apartments
returning valuewith
return []
Replace Band
apartments_dynamic_header
returning valuewith
return [['roomNum': '']]
Replace Bandapartments_master_data returning
valuewith
return [['floorNum': '']]
AR: Microsoft Office reports corrupted file (LibreOffice does not report any issues) ER: File is ok.
Possible fix (actually bad solution, a better one should be found) attached in file TgCrossTabExtractionController.zip.