Quantcast
Channel: Java Programming Forum - Learn Java Programming - Apache POI
Viewing all articles
Browse latest Browse all 120

Apache poi event api issues

$
0
0
Hi i am developing the app conversion of xlsx/xls to csv using apache poi event api.I am facing some issue please clarify .

For accounting column

While reading from xlsx :
format index is = 44
format string is =_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)
output is coming correct = $ 20.00

but while reading from xls:
format index is = 44
format string is =_(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_)
output is coming wrong= * 20.00

Can u tell why it is coming wrongly.

Viewing all articles
Browse latest Browse all 120

Trending Articles