DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25457>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25457 [PATCH] Formula Parser doesn't allow ' around worksheet names and others [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[PATCH] Formula Parser |[PATCH] Formula Parser |doesn't allow ' around |doesn't allow ' around |worksheet names |worksheet names and others ------- Additional Comments From [EMAIL PROTECTED] 2003-12-18 21:00 ------- I've updated the patch file (take the latest one) - it now includes the following fixes: 1) Allow ' around worksheet names in references 2) Parse and properly handle unary minus - (e.g. -A2) 3) Fix bug with parser eating leading spaces in strings (e.g. " hi" becomes "hi") 4) Fix bug with initial argument to LOOKUP and MATCH functions not having proper ptg class (REF instead of VALUE). All four issues are pretty simple code changes and all have test cases built into the FormulaParser test class. Avik - I didn't have time today to do separate diffs. Hopefully you can find you way through the one diff file. They are all pretty simple code changes and have been excercised in many different scenarios through our application Q/A process. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
