I have this data, and want to set B3:B6 as "procedures" (see image top left), how do I do this in rails using caxlsx_rails gem ??
I need to set dynamic dropdown in the excel, for examples if user select A, this "procedures" will show as dropdown in the next column, if user select B, group of cells named "procedures_2_" will show.

I am a bit unclear as to what you are asking but you can create a
DefinedNameas follows:This will create a
DefinedName("procedures") just as your example shows