cuba-platform / yarg

Yet Another Report Generator - CUBA Platform reporting engine
https://www.cuba-platform.com
Apache License 2.0
248 stars 74 forks source link

Boolean values in XLSX reports are always false if printed in PDF or opened in OpenOffice #59

Open haulmont-git opened 7 years ago

haulmont-git commented 7 years ago

See: https://www.cuba-platform.com/support/topic/boolean-value-changes-when-rendering-to-pdf Maybe it is a known issue. and occurs due to XLSX and MS Office incompatibility.

1) In some entity add boolean field 2) Using wizard create an XLSX report for the entity of list of entities 3) Adjust output type = XLSX or PDF 4) Print the report

AR: When output type = PDF true values are always ''false''. When output type = XLSX and report is opened in OOO - true values are always false too.

!image.png!


Original issue: https://youtrack.haulmont.com/issue/YARG-22