It's all about the answers!

Ask a question

How to use RQM Excel Importer to Import data into Custom Grid type section


Prasad Makkena (1714) | asked Dec 19 '17, 12:42 p.m.

Hi Team,

RQM version 6.0.2
RQM Excel Importer 6.0.1

I have customized section as grid type in RQM and how to import data into specific column in customized grid section using RQM excel importer?

One answer



permanent link
Don Yang (7.7k21109138) | answered Dec 21 '17, 1:14 a.m.

I don't think custom grid type of section is supported in RQMExcelImporter currently.
If you want to use custom grid type of section, you may consider to use RQMURLUtility instead:

https://jazz.net/wiki/bin/view/Main/RQMURLUtility

As custom section supports Rich Text type and a table can be insert into Rich Text and I think
you may try to insert a table into Rich Text type of custom section in Test Case.

For example, if I use HTML() keyword(see the details in
https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter)
I am able to add a table into the RichText type of custom section.

testcase.Section("myns:com.ibm.rqm.planning.editor.section.dynamicGridSe
ction_1501245490547","Test Type")=HTML(T10)

Here, T10 will have the contents of a table.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.