I am trying to paste the DataTable values into Excel Macro file using Write Range Activity. but while pasting the data the values which starts with Zero Prefix removed zero.
@nilesh.mahajan
have a check if adding ’ (single apostrophe) before the 0 starting number could be an option. The ’ is forcing Excel to keep the starting zeros and keeps the value as text
My destination file is a Excel Macro file which I used to download from Office portal. So is there any activity through which I can change the Downloaded file’s cell format as Text before pasting data into that.
package needs to be available on each environment where the process is executed.
If Orchestratror is in use and the nuget feed to it is available for the execution machine, then upload the BalaReva component there (see section Libraries in Orchestratror)
Now I Observe that even if I change my Cell format as Text before pasting the DataTable values that cell format automatically change as General After pasting the values.
Before pasting values my cell format is
But After pasting DataTable values it change as General