Export to Excel - Need to generate excel with multiple sheets and based on a template

Hi All,

Our requirement is - We need to show link for Export to excel in tempo report.The generated excel should have multiple sheets and should be based on a template.

How can I achieve this using the link.

OriginalPostID-247417

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer
    @rrobins is right - create the file in the first node (with Sheet_number = 0 for the data inputs) and save the 'Output_document' in the data outputs as a pv. Then - in the next smart service node - start on Sheet_number = 1 and use the pv as the value for 'Document_to_overwrite' - saving the Output_document again as the pv...continue until you have all the tabs populated, overwriting the document (pv) each time.
Reply
  • 0
    Certified Senior Developer
    @rrobins is right - create the file in the first node (with Sheet_number = 0 for the data inputs) and save the 'Output_document' in the data outputs as a pv. Then - in the next smart service node - start on Sheet_number = 1 and use the pv as the value for 'Document_to_overwrite' - saving the Output_document again as the pv...continue until you have all the tabs populated, overwriting the document (pv) each time.
Children
No Data