Hi all!
I have made a report, using Excel Buffer. But I need to merge cells in report header row. It seems, that is impossible to merge cells using excel buffer.
I found in previous topics one way to do it:
xlSheet.Range('A1:C1').Merge;
The only way I can imagine is to complitely modify my report and do not use Excel Buffer table. But it is so complicated!
May be someone could advise some other way? :oops:
I have made a report, using Excel Buffer. But I need to merge cells in report header row. It seems, that is impossible to merge cells using excel buffer.

xlSheet.Range('A1:C1').Merge;
The only way I can imagine is to complitely modify my report and do not use Excel Buffer table. But it is so complicated!
