[
https://jira.jboss.org/jira/browse/JBSEAM-4253?page=com.atlassian.jira.pl...
]
Eric Jung commented on JBSEAM-4253:
-----------------------------------
Suggestion: allow styles to be enclosed within single quotes, and then perform a little
more sophisticated parsing (perhaps with a regexp?) instead of
componentStyleClass.split(STYLE_SHORTHAND_SEPARATOR)) in org.jboss.seam.excel.css.Parser.
Then we can write:
style="xls-format-mask: 'M dd, YYYY'"/>
I'll see if I can code this myself if you'd like. Let me know.
xls-format-mask doesnt support dates with spaces
------------------------------------------------
Key: JBSEAM-4253
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4253
Project: Seam
Issue Type: Bug
Affects Versions: 2.1.2.GA
Reporter: Eric Jung
If I write:
<e:cell column="0" row="0"
value="#{commitService.date}" style="xls-format-mask: M dd,
YYYY"/>
only "M" is used as the format mask.
This reminds me of JBSEAM-3839.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira