how can the data showed as date format YYYY.MM in excel file?
We have a report program which is using xml pubilsher and output file is excel file.
There is a field which we want to show the data as date format YYYY.MM in the output excel file.
It is ok for such like '2014.11', but for such data like '2014.10', in the output excel file, it is just 2014.1 and we want to it stored and showed as '2014.10'
We don't want to add some space characters in the field of rtf template which is not useful for business.
Please let me know if there is other way to do it?