Published Date: 7/20/206
Audience: Everyone
Products and Versions Covered:
- Jama Connect Interchange™ version(s)- All
- JCI Module:
- Excel Functions
- JCI Module:
Summary
When syncing an Excel spreadsheet via a JCI integration, the sync stops with an error message:
ERROR
message
Sync task failed: org.apache.poi.ss.formula.FormulaParseException: Specified named range '_xlpm.r' does not exist in the current workbook.
org.apache.poi.ss.formula.FormulaParseException: Specified named range '_xlpm.r' does not exist in the current workbook.Resolution
_xlpm.r is an Excel workbook contains a formula, macro, or external reference that expects a named range called _xlpm.r, but that name is missing.
The term _xlpm.r is typically a reference to Excel parameters ( used for modern Excel formulas (like LET and LAMBDA), combined with the statistical correlation coefficient r.
You will need to troubleshoot the Excel spreadsheet for this _xlpm.r and resolve. A few steps to check:
-
Broken named range
- Open Formulas → Name Manager (
Ctrl + F3). - Look for references to
_xlpm.ror names with#REF!. - Delete or correct any invalid names.
- Open Formulas → Name Manager (
-
Corrupted formulas
- Press
Ctrl + F. - Search for
_xlpm.rin formulas. - Replace or fix any formulas referencing it.
- Press
Additional Resources
- Success Programs
- Success Catalog
- Datasheets
- Request a Solution Offering or Training from the Success Catalog
Feedback:
We welcome your input! Please sign in to leave any comments, suggestions, or ideas for improvement below.
Comments
0 comments
Please sign in to leave a comment.