Summary
Supporting table with more than 63 columns in RTF template
Content
We are working on an RTF template to get and excel report which has many number of columns. The columns can go till 1000, and the number will be decided at run time, we are using dynamic column creation with split–column–header logic. Since we have the limitation that we cannot create a table with more than 63 columns, I tried to do the work around as suggested here.
http://peoplesoft.ittoolbox.com/groups/technical-functional/peoplesoft-fi-l/xml-publisher-rtf-template-maximum-columns-3873031
Here we do create a first table with say 2 columns, and within each column will create the table with 63 columns of actual data. When I tried this and saw the excel report using BI plugin, I observed an extra column getting created between the individual tables. I assume this comes as the individual table sit within cells of parent table. Is there any way to avoid this extra column? Any suggestion will be of great help.