<?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>How can I generate dynamic excel from certain table</title><link>https://community.appian.com/discussions/f/plug-ins/37745/how-can-i-generate-dynamic-excel-from-certain-table</link><description>There is a database table where user can write into. I need to generate a dynamic template using the data from the table. Meaning I have a button or a link, whenever user click it, the latest template should be generated and downloaded. 
 2. And I want</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How can I generate dynamic excel from certain table</title><link>https://community.appian.com/thread/141837?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2024 07:22:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:77baa0a8-c9df-44c6-8f9b-dc39da82ef53</guid><dc:creator>fxzrqjzztrmy</dc:creator><description>&lt;p&gt;Thank you, it works! But I tried to uploaded an excel file with protected cells, the system can still write data into them and break the protection. How does system know the password?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I generate dynamic excel from certain table</title><link>https://community.appian.com/thread/141832?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2024 07:00:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:341258fa-151a-4394-8330-27b61e188fb5</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;&lt;span&gt;I recommend using the documentToUpdate parameter of exportDataStoreEntityToExcel to create your own Excel formatting document with headers and &lt;a href="https://docs.appian.com/suite/help/24.3/Export_To_Excel_Smart_Service.html#prodlink-excel-formatting"&gt;supported Excel formatting.&lt;/a&gt;&lt;br /&gt;Create your Excel template and feed it to the smart service to update it, ensuring that all formatting remains intact. Remember to set includeHeader to false.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I generate dynamic excel from certain table</title><link>https://community.appian.com/thread/141831?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2024 06:50:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d8ffb95-32ca-4ed0-ad7c-9c12041f7b87</guid><dc:creator>fxzrqjzztrmy</dc:creator><description>&lt;p&gt;Can we rename the headers for exported excel file in &lt;span&gt;Export DSE to excel&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I generate dynamic excel from certain table</title><link>https://community.appian.com/thread/141824?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2024 06:28:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f313ba7f-8e33-4160-a390-4fe67ddab893</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;No&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I generate dynamic excel from certain table</title><link>https://community.appian.com/thread/141822?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2024 05:47:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6fbd4a29-2672-4559-bf9b-a8e8f1696c9a</guid><dc:creator>fxzrqjzztrmy</dc:creator><description>&lt;p&gt;Is there any smart service that support these features?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I generate dynamic excel from certain table</title><link>https://community.appian.com/thread/141820?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2024 04:50:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dbe76b0b-7c14-46d9-acf1-bffa6df2d556</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Export data store entity to excel smart service can create dynamic excel but as you asked,&lt;/p&gt;
[quote userid="263659" url="~/discussions/f/plug-ins/37745/how-can-i-generate-dynamic-excel-from-certain-table"]Can we generate protected excel with only specified cells that can be edited[/quote]
&lt;p&gt;Export data store entity to excel smart service can&amp;#39;t add data validation and protected sheet feature of excel.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/24.3/Export_To_Excel_Smart_Service.html#supported-excel-formatting"&gt;https://docs.appian.com/suite/help/24.3/Export_To_Excel_Smart_Service.html#supported-excel-formatting&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I generate dynamic excel from certain table</title><link>https://community.appian.com/thread/141784?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 08:21:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6274f211-74a0-4f29-8d93-4d28d66de676</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;Try creating another similar table which will serve as a reference for the template. On the button or link use Export DSE to excel to create a empty document with headers. Since both the tables have similar structure, the created excel file can be used as a template to import to the main table&lt;/p&gt;
&lt;p&gt;primaryTabe: Id | Col 1 | Col 2 | ... |Col n&lt;/p&gt;
&lt;p&gt;&lt;span&gt;primaryTabTemplate: Id | Col 1 | Col 2 | ... |Col n&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>