I need to convert an excel document to the PDF, does anyone know how to do that ? Thanks in advance.
Discussion posts and replies are publicly visible
@vibhas7797
1. Read excel using readexcelsheetpaging function. this will return headers and data separately.
2. Create an html template , pass headers and data as input and generate an html document using "HTML Doc from Template" smartservice.
3. Pass this html doc to "HTML to Pdf" smart service.
HI Sangeetha, is it working?
yes