Hello -
I have a simple graph that runs sql statements against mysql db, then out put the results to an xls file using XLS writer. However, when I open the output file, column C is hidden. I have to manually unhide it after the file is generated. I am not sure why this is happening.
The column C is generated by using
group_concat
. Not sure if that is causing the hidden?
Thanks,
Perri