Iteration generation instead of optimization

Hi, I have a problem with an optimization problem and due to the number of inputs, I need to do some of the calculations in Excel. All I need to do in grasshopper is to generate all the possible iterations (in the case of my model around400). how can I generate all the iterations instead of optimization? is there a plugin or code I can use?

If you mean permutate in your parameter space, to get all sorted combinations of parameters, you can simply use this:

If not, then you should explain better what you mean by iteration generation.

Python:

CrossRef:

thanks, I used the cross-reference and it solved the problem