eclipse-birt / birt

Eclipse BIRT™ The open source reporting and data visualization project.
http://www.eclipse.org/birt
Eclipse Public License 2.0
416 stars 385 forks source link

ExcelEmitter, add the option to force the recalculation of formulas on excel side #1651

Closed speckyspooky closed 1 month ago

speckyspooky commented 1 month ago

The excel-emitter should be improved to support the recalculation flag of excel that the excel file will be start a formula recualculation when the file will be opend, Apache POI API: "setForceFormulaRecalculation".

The option should be available like user property: ExcelEmitter.ForceRecalculation

speckyspooky commented 1 month ago

Change is merged with PR #1652 to the master branch