When exporting columns defined as PercentCellType, I am seeing different behavior, depending on whether the column was added via the designer, or at runtime (using AddColumns() method). If the column was added via the designer, I get the desired behavior, w/ 2 decimal digits displayed in both Spread and Excel. If the column was added at runtime, I see 2 decimal digits displayed in Spread, but 0 decimal digits displayed in Excel. This is true even when setting the cell type and decimal digits explicitly at runtime.
Can someone tell me if this is a bug, or if there is some additional parameter I am missing when adding the column at runtime?
Thanks,
Troy