We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Feature request in ExcelEngine


Some feature request for TemplateMarker in ExcelEngine

if I have a marker class as this

        public class Class
        {
            public DateTime Date { get; set; }
            public string PropertyA { get; set; }
            public string PropertyB { get; set; }


            public static void TestMarkers()
            {
                Class class1 = new Class()
                {
                    Date = DateTime.Now,
                    PropertyA = "Prop A",
                    PropertyB = "Prop B"
                };
                //ApplyMarker and other stuff
            }
        }

and template markers like these in cells
  • %Class.PropertyA - %Class.PropertyB
  • SomePrefixText %Class.PropertyA SomeSuffixText
  • %Class.Date;dd MM yyyy

These should convert to

  • Prop A - Prop B
  • SomePrefixText Prop A SomeSuffixText
  • 18 09 2019

2 Replies

AV Abirami Varadharajan Syncfusion Team September 19, 2019 04:41 PM UTC

Hi John, 
 
Greetings from Syncfusion. 
 
We are analysing the feasibility to provide support for your requirement. We will update further details by 23rd September 2019. 
 
Regards, 
Abirami 



AV Abirami Varadharajan Syncfusion Team September 24, 2019 05:07 PM UTC

Hi John, 

We consider your requirement of “Applying marker when marker character is in between the marker syntax” and logged a feature report for the same. We will include this feature in any of our upcoming releases. 

You can track the status of the feature from the following feedback. 


Regards, 
Abirami 


Loader.
Live Chat Icon For mobile
Up arrow icon