XML Publisher - Lose leading zeros when report is output in Excel
We built an XML Publisher report that outputs in Excel. However, we lose the leading zeros for a "text" string when it is output to Excel.
For example, we have Invoice # 0025896
When this invoice is output to Excel, it drops the leading zeros and looks like #25896
We need to retain these leading zeros. How do we do that?
Thanks