Hi,
Is it possible to apply any function on smart marker in Aspose Cell. For example I use such syntax in cell
&=DataSet.Field, and how can I use “replace” function for Field preprocessing?
Thanks.
Hi,
Well, you can do it by dynamic formulas in Smart Markers. For example, your template would have markers in the style:
e.g
A B
&=DataSet.Field &=&=REPLACE(A{r},1,1,“Test”)
For further reference about smart markers, please check the document:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/smart-markers.html
Thank you.