Open lmax85 opened 5 years ago
I have a similar problem.
I have a similar problem.
It's not designed for template variables in merged cells because merged cells may have some ambiguity in implementation. That feature is better implement manually using the code. The cells with template variables should be unmerged (single). The values should insert like this: ['', '1000', '', '2000', '', '3000' ...]
. And the merging of cells can be implemented by using callbacks '[[sales_amount_by_hours]]' => function(CallbackParam $param) { ... }
Hi! Any solutions for use merged cells for two-dimensional arrays...?
'[[sales_amount_by_hours]]' = [ ['10000', '20000', '30000', '40000', '50000', '60000', '70000', '80000'], ]; template:
result file:
want this:
thank you