Hi all,
Can you please let me know i did excel export in AX 2012 R3. It's working fine.
I need some modification in excel.
1. In header i wants to make columns BOLD and background YELLOW.

2. The date format customer given below format

BUT In excel it's coming like

code
orderDate = maxPurchaseOrderDate;
a = date2str(orderDate,123,2,DateSeparator::Hyphen,2,DateSeparator::Hyphen,4);
3. In the Unit price and net amount columns customer wants CURRENCY SYMBOL + AMOUNT.
net amount = PurchLine.netAmount;
Unit price = PurchLine.PurchPrice
@ JAPAN CURRENCY SYMBOL
4. In excel the amount is showing for Unit price and Net amount IN BELOW FORMAT. I WANTS TO SHOW SAME LIKE AX

AX

4. I wants to FRREZE panes the HEADER PART ONLY
please give me more shed on this.
thanks!