using php i exported report in excel.But got stuck in merging cells.
i want to merge the first 10 cells to dispaly the Name of the Company.
The variable which has the company name is in one cell, tried to merge the cells but i cudn’t…
using php i exported report in excel.But got stuck in merging cells. i want
Share
I used this function to export,
where
$queryvariable holds the mysql query which is sent as a parameter,and in
$fieldnamevariable, array of fieldnames to display header.everything is ok, n works properly.
one thing i cudn’t do was merging cells….
}
how to merge the cells to display the name which is in
$compNamevariable.