Hopefully this is simple. I am trying to implement FlexCel in my project and strugging so I am trying to do a simple dummy form which exports to excel using the one of the classes. In the Demo it states that I should have the following code
"Report.Values['property_name']:=property_value;"
"property_name" is the name you used in the template (#.property_name)
"property_value" is the value you want for that cell.
I assume this is Delphi coding, what is throwing me off is ['xxxxx'} part. What is the C++ equivalent? I am not sure how to pass this argument to Values in C++ syntax