XML PUBLISHER输出excel禁止自动将数字格式化处理

方案1: 在 rtf template 里头添加   =T("域")。

方案2: 加个无中断空格  0xA0 

             In the rtf template, use the “Insert -> Symbol” function to insert a very small
0xA0 (NO-BREAK SPACE) character (font size 1 or 2pt) in front of the number string field.

原文地址:https://www.cnblogs.com/quanweiru/p/3449665.html