RQMExcelImporter : Importing custom section in Test Plan.
Accepted answer
You'll first need to obtain the Name and ID information for the custom section from the XML of the artifact template (In this case its a Test Plan)
The here is an example on what the XML would look like;
<ns2:section content="" name="MyCustomTPsectionForDemo" id="com.ibm.rqm.planning.editor.section.dynamicSection_1379687368053" description="Created this section for a demo"/>
Once you have this, the entry in your cfg file would look something like this:
testplan.Section("myns:com.ibm.rqm.planning.editor.section.dynamicSection_1379687368053","MyCustomTPsectionForDemo")=B9