Results 1 to 1 of 1
Thread: Apache poi event api issues
- 11-29-2016, 10:25 AM #1
Member
- Join Date
- Nov 2016
- Posts
- 1
- Rep Power
- 0
Apache poi event api issues
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.
Similar Threads
-
Apache Ant 1.9.1
By java software in forum Java SoftwareReplies: 0Last Post: 05-26-2013, 10:11 AM -
event handler issues
By kd7vea in forum AWT / SwingReplies: 11Last Post: 04-22-2011, 01:45 AM -
org.apache.cxf
By madhu_sushmi in forum Advanced JavaReplies: 0Last Post: 03-05-2010, 07:00 PM -
checking for an event during an event
By infinity in forum AWT / SwingReplies: 22Last Post: 04-09-2009, 02:08 AM -
Apache Axis2 is built on Apache AXIOM, a new high performance, pull-based XML object.
By anusoniaa in forum XMLReplies: 0Last Post: 11-15-2008, 08:29 AM
Bookmarks