DS to Excel smart service

Hi All ,

Currently we are using DS to excel smart service to  download excel file from the grid based on filters . 

Problem : In The downloaded excel file lets say Column A is of type TEXT (Its CDT field type is Text in appian ) . Now the business wants it to be integer type in Column A in the downloaded Excel file .

Pre-requiste : We dont want to change the appian cdt type of that field into integer .

Regards,

Vetri V 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to ankitab0001

    We can provide the excel base template in "Document to update" field

    I've tried this and it does not work how you think.  The formatting in the Document to Update gets completely overwritten with unformatted information once the smart service is run.  Additionally it's hard to use a base template for this use case because the file passed in will be overwritten with the new version, whereas document generation smart services that take in a base template always leave the original template file untouched and create a new output file instead.

Children