Open gheesixz opened 2 years ago
Hi is there any way to add atleast blank rows before the data?? Some website requires to have their custom headers/template present. In my case, i need to make a custom rows atleast 4 rows before the real data comes in.
Yes really easy, you need to push a new attribute to the array/collection
foreach $datapage as $data{ array_push($data['mycolun']); }
Hi is there any way to add atleast blank rows before the data?? Some website requires to have their custom headers/template present. In my case, i need to make a custom rows atleast 4 rows before the real data comes in.