I cannot properly format the cell with currency symbol (€ or $) obtaining a correct result in the spreadsheet (I mean the currency symbol in the formatted cell but not only "0.00").
I tried in many ways (
stylecel.DataFormat = HSSFDataFormat.GetBuiltinFormat("€0.00"), stylecel.DataFormat = HSSFDataFormat.GetBuiltinFormat("€ 0.00"), stylecel.DataFormat = HSSFDataFormat.GetBuiltinFormat("€#.##") ,stylecel.DataFormat = HSSFDataFormat.GetBuiltinFormat("€ #.##")
)
What am I doing wrong?
Thanks for support