https://bz.apache.org/bugzilla/show_bug.cgi?id=66022
renfi...@yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #4 from renfi...@yahoo.com --- I also came across this bug. The problematic method seems to be FormulaParser:parseSheetName. In the patch I added unit tests which trigger this bug and also added a first try for a fix. Tested the fix for the file provided by max (by opening it in unit test and shifting a row). Worked for me with fix. Additional issue: In 'TestXSSFFormulaParser:testQuotedSheetNamesReference' I also added a uncommented test-case, which does not work with or without the fix. Problem there is also related to FormulaParser:parseSheetName. Additional "'" get added around sheet-name. Since I am new to POI-library, I can not tell if this is actually is a problem or not. Hope someone with more experience in this area, can resolve these issue(s). -- 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