cancel
Showing results for 
Search instead for 
Did you mean: 

Excel download headings

sudhakarpantula2
Explorer
0 Kudos

Hello,

I have implemented Exel download following the example exercise. The download works fine however it is missing headings. When I try to print the xml file

wdComponentAPI.getMessageManager().reportSuccess(toExcel(dataNode, columnInfos));

excelXMLFile = toExcel(dataNode, columnInfos).getBytes("UTF-8");

It actually prints headings also, however when i open the Excel file itself the headings are missing. We have implemented this same logic in other applications requiring download to excel and they are all working fine.

appreciate if somebody could point in the right direction.

Accepted Solutions (0)

Answers (1)

Answers (1)

sudhakarpantula2
Explorer
0 Kudos

Cmon SDN!

No takers for this puzzle.