Skip to content

Commit

Permalink
XLSX formula value is not calculated when the report file is opened i…
Browse files Browse the repository at this point in the history
…n LibreOffice: set default to 'false' jmix-framework#679
  • Loading branch information
Gavrilov-Ivan committed Jan 17, 2023
1 parent 3039bcb commit c568cad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public ReportsProperties(@DefaultValue("/") String officePath,
@DefaultValue("1000") int historyCleanupMaxItemsPerReport,
@DefaultValue("3") int countOfRetry,
@DefaultValue("false") boolean useOfficeForDocumentConversion,
@DefaultValue("true") boolean formulasPostProcessingEvaluationEnabled) {
@DefaultValue("false") boolean formulasPostProcessingEvaluationEnabled) {
this.officePath = officePath;
this.officePorts = officePorts;
this.docFormatterTimeout = docFormatterTimeout;
Expand Down

0 comments on commit c568cad

Please sign in to comment.