How to display currency Codes in Excel

Hello All,

I want to display currency codes in excel. The data received should be formatted and save to the excel file.

It is easy to save $ to excel but for pound and other currencies, it is a problem. Has anybody worked on such a thing ?.

Thanks and regards,

Sachin Powale

[305 byte] By [sachin_powalea] at [2007-11-27 7:35:56]
# 1
I suppose that depends on how you are saving it.But there are unicode characters for currency symbols.
jschella at 2007-7-12 19:16:34 > top of Java-index,Java Essentials,Java Programming...
# 2
I am saving it from a servlet into an excel file.regards,Sachin
sachin_powalea at 2007-7-12 19:16:34 > top of Java-index,Java Essentials,Java Programming...
# 3
And you're doing that by (a) generating a CSV file and calling it Excel (b) using Jakarta POI (c) using JExcel (d) some other method?
DrClapa at 2007-7-12 19:16:34 > top of Java-index,Java Essentials,Java Programming...