Similar to https://github.com/OpenChrom/openchrom/pull/191, but with a twist. The layout and formulas are not defined inside OpenChrom, but in a template row using Excel. So, for example, retention time [min] would be ={retention_time}/1000/60 and area [%] would be ={peak_area}/{chromatogram_area} with the report filling in the placeholders and calculating the sheet.
Similar to https://github.com/OpenChrom/openchrom/pull/191, but with a twist. The layout and formulas are not defined inside OpenChrom, but in a template row using Excel. So, for example, retention time [min] would be
={retention_time}/1000/60
and area [%] would be={peak_area}/{chromatogram_area}
with the report filling in the placeholders and calculating the sheet.