Making almost exclusive use of #wp's code, I have written an app which formats, displays and prints a worksheetgrid in landscape orientation without row numbering. There are many merged cells which print correctly and when the grid is saved as an xlsx file, it opens correctly in Excel (2007).
I came across #wp's GridPrinter component, the latest version that includes fpspreadsheetprintadapter, and thought I would try using it to cut out some of the coding.
When opened in #wp's gridprinter/examples/fpspreadsheet, my worksheetgrid also opens correctly. However when a Preview is generated, all the merged cell formatting is lost on all the pages that are created. I have not done a printout yet.
From a previous post I read that Gridprinter is designed to print on multiple pages. I'm guessing that the merged cell issue is due to my worksheet being designed to print on one A4 sheet of paper with narrow margins that are less than half the width/height of the Preview's.
Could this be the reason?