https://issues.apache.org/bugzilla/show_bug.cgi?id=52592
--- Comment #12 from Evgeniy Buyanov <e...@bev.su> --- (In reply to Evgeniy Buyanov from comment #10) > Error in the current version of > http://svn.apache.org/repos/asf/poi/trunk/src/java/org/apache/poi/ss/usermodel/DataFormatter.java 1. wrong split format string for p;n;z;t by ';' - quotes for text is ignored. 2. mask for zero number and text part is ignored. 3. special symbols must not work inside text in quotes 4. question mark '?' is not replaced on space ' ' in java.text.Format.format 5. '{' transfer to java.text.Format.format without quotes "'" 6. single quotes "'" need to be doubled 7. can not work for "# ##0,0 " (automatic divide by 1000 in Excel) 8. can not work for "# ####/####" -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org