Hi,
I need to paste the records of a dictionary that has 3 items into a worksheet but I can't come up with any algorithm because I just started using dictionaries and classes.
Can you please give me an example of how to do this?
The data from my dictionary looks something like this:
[TABLE="class: grid, width: 400, align: left"]
<tbody>[TR]
[TD]KEY 1[/TD]
[TD]ITEM(STRING)[/TD]
[TD]ITEM(STRING)[/TD]
[TD]ITEM(DOUBLE)[/TD]
[/TR]
[TR]
[TD]KEY 2[/TD]
[TD]ITEM(STRING)[/TD]
[TD]ITEM(STRING)[/TD]
[TD]ITEM(DOUBLE)[/TD]
[/TR]
[TR]
[TD]KEY 3[/TD]
[TD]ITEM(STRING)[/TD]
[TD]ITEM(STRING)[/TD]
[TD]ITEM(DOUBLE)[/TD]
[/TR]
</tbody>[/TABLE]
I need to paste the records of a dictionary that has 3 items into a worksheet but I can't come up with any algorithm because I just started using dictionaries and classes.
Can you please give me an example of how to do this?
The data from my dictionary looks something like this:
[TABLE="class: grid, width: 400, align: left"]
<tbody>[TR]
[TD]KEY 1[/TD]
[TD]ITEM(STRING)[/TD]
[TD]ITEM(STRING)[/TD]
[TD]ITEM(DOUBLE)[/TD]
[/TR]
[TR]
[TD]KEY 2[/TD]
[TD]ITEM(STRING)[/TD]
[TD]ITEM(STRING)[/TD]
[TD]ITEM(DOUBLE)[/TD]
[/TR]
[TR]
[TD]KEY 3[/TD]
[TD]ITEM(STRING)[/TD]
[TD]ITEM(STRING)[/TD]
[TD]ITEM(DOUBLE)[/TD]
[/TR]
</tbody>[/TABLE]