<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Excel to PDF conversion</title><link>https://community.appian.com/discussions/f/general/24443/excel-to-pdf-conversion</link><description>Hi Everyone, 
 
 I have a excel file with more than 50 columns of data and I need to convert that excel to PDF. how can I do that ?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Excel to PDF conversion</title><link>https://community.appian.com/thread/94609?ContentTypeID=1</link><pubDate>Wed, 04 May 2022 16:34:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fa416ffe-d31f-4685-9ffe-6c214d86b0b3</guid><dc:creator>Naresh</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;This function will comes with excel tools plugin, you need to deploy this plugin into your environment. you can find more details about this plugin &lt;a href="/b/appmarket/posts/excel-tools"&gt;here&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Excel to PDF conversion</title><link>https://community.appian.com/thread/94608?ContentTypeID=1</link><pubDate>Wed, 04 May 2022 16:30:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f115b464-0fec-4c7a-8b29-b7cfe412c52d</guid><dc:creator>debasishjena1</dc:creator><description>&lt;p&gt;I cant find&amp;nbsp;&lt;span&gt;readExcelSheet() function, can you explain how can i used that ?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Excel to PDF conversion</title><link>https://community.appian.com/thread/94374?ContentTypeID=1</link><pubDate>Sat, 30 Apr 2022 21:02:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d31c41a6-2992-4b82-b33e-aa3d3aeb0400</guid><dc:creator>Naresh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is no straight forward solutions for this, but we can achieve this in multi step approach. This might not be the best solution, but if you want you can try.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;First read the excel file data using&amp;nbsp;&lt;span&gt;readExcelSheet() function and save this data in kay value pair format using map function or save into a&amp;nbsp;&lt;span style="font-size:12px;"&gt;temporary&lt;/span&gt;&amp;nbsp;&lt;span style="font-size:12px;"&gt;display CDT &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-size:12px;"&gt;Construct a XML data using above saved data. (You need to pass this data to process variable).&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Create a DOCX template (This template contains tabular configuration)&amp;nbsp; &amp;nbsp;
&lt;ul&gt;
&lt;li&gt;See&amp;nbsp;the following available plugins to see how we can generate documents using DOCX templates
&lt;ul&gt;
&lt;li&gt;&lt;a href="/b/appmarket/posts/dynamic-document-generator"&gt;https://community.appian.com/b/appmarket/posts/dynamic-document-generator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/b/appmarket/posts/advanced-document-templating"&gt;https://community.appian.com/b/appmarket/posts/advanced-document-templating&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Now generate a document using above template and the data you saved in process variable&lt;/li&gt;
&lt;li&gt;After generating the document you convert this document to PDF using&amp;nbsp;PDF From DOCX smart service&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Note: Since you have more then 50 columns I am not how the final data rendered in document, but you can try if it meets your requirement.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>