User's Guide > About the User's Guide > Word and Excel Templates > Excel Templates > Adding Charts > Re-bind Named Ranges to the Real Data Being Exported
Re-bind Named Ranges to the Real Data Being Exported
Lastly, you must redefine the named range during the Export to point to the real data. This is done by adding a <jt:name> tag, which defines the new named range.
For example, the Module named range will be generated from the scripts in the $H1$1:$H$2 range, so that is rebound by using this tag:
<jt:name name="module" formula="$[$H$1:$H$2]" />
Was this helpful?