I have a Page with a repeater that has a Ratio ExtendedDataType in it. When exporting this page to excel, Excel tells me that the file can't be opened.
I investigaged the generated file already and found this:
<Cell ss:StyleID="TextBoxInteger">
<Data ss:Type="Number">0%</Data>
</Cell>
So the DataType is Number but it has a '%' in it. No my question is if the code generating the xml is inside the NAV DB so that i can fix this my self, or is this in the RTC integraded?