Hi,
I Need to Generate a new excel document using Export Data Store Entity to Excel Smart Service.
How can we generate a new document with headers colored ??
Can we add color to a cell using Parameters: custom cell position and custom cell values, if yes how??
Discussion posts and replies are publicly visible
You can create the template with whatever formatting(headers color) you required and use documentToUpdate:cons!XXX_DOC, includeHeader :false(), startingCell:"A2" parameters
Hi Anna ,
But it updates the same document, I need a new document generated with formatted headers whenever the smart service is Triggered
In the smart service datastoreentity to excel has new document properties you can use that I have attached ss for that.
you can use copy document smart service.. copy that use in export plugin.