<?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/"><channel><title>Recommended Approaches for Exporting Data to Excel</title><link>https://community.appian.com/success/w/article/3269/recommended-approaches-for-exporting-data-to-excel</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Recommended Approaches for Exporting Data to Excel</title><link>https://community.appian.com/success/w/article/3269/recommended-approaches-for-exporting-data-to-excel</link><pubDate>Wed, 01 Nov 2023 16:03:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f10b61d-50a1-43a1-8645-8266bcf88768</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/article/3269/recommended-approaches-for-exporting-data-to-excel#comments</comments><description>Current Revision posted to Article by matt.cosenza on 11/1/2023 4:03:45 PM&lt;br /&gt;
&lt;div&gt;
&lt;p&gt;Appian provides out of the box functionality to export Excel document representations of any data store entity &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_Smart_Service.html#example"&gt;in interfaces&lt;/a&gt;, processes, and Web APIs using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_Smart_Service.html"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt;. The ability to export an entire record list to Excel is also easily configured &lt;a href="https://docs.appian.com/suite/help/latest/record-list.html#add-an-export-to-excel-button"&gt;with a single checkbox&lt;/a&gt;. These out of the box functionalities have several advantages over the existing Excel Tools plugin:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Supported by Appian (you get fixes and enhancements with Appian version updates)&lt;/li&gt;
&lt;li&gt;Batching to reduce application server heap memory consumption&lt;/li&gt;
&lt;li&gt;Automated timezone conversion to that of the user executing the smart service&lt;/li&gt;
&lt;li&gt;Increased visibility into Data Store Entity dependencies&lt;/li&gt;
&lt;li&gt;Knowledge of SQL is not required&lt;/li&gt;
&lt;li&gt;Ability to more easily generate an Excel export download link in an interface&lt;/li&gt;
&lt;li&gt;Ability to export record lists to Excel &lt;a href="https://docs.appian.com/suite/help/latest/record-list.html#add-an-export-to-excel-button"&gt;with a single checkbox&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We recommend reading the &lt;a href="/w/guide/3316/transferring-processing-large-data-sets-etl"&gt;Transferring/Processing Large Data Sets (ETL)&lt;/a&gt; play to familiarize yourself with best practices for large data migration and data exporting efforts.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Alternatives&lt;/p&gt;
&lt;p&gt;While we highly recommend using an out of the box solution, the Excel Tools shared plugin is still available in the App Market. Customers may wish to continue using this custom component based upon their use case. The following use cases may merit use of the existing Excel Tools shared plugin:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Exporting to a templates that use &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_Smart_Service.html#unsupported-excel-formatting-and-elements"&gt;unsupported&lt;/a&gt; Excel formatting&lt;/li&gt;
&lt;li&gt;Needing to sort the dataset in a specific order when using a smart service&lt;/li&gt;
&lt;li&gt;More than 50 columns need to be exported&lt;/li&gt;
&lt;li&gt;Converting HTML to CSV&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Note that any use of the Excel Tools custom plugin must be limited to small volumes of data because of performance and memory considerations. If you believe that your application requires any of these functionalities, it may be worth revisiting your requirements to see if there is any way the out of the box functionality can be used to meet your needs. For example, to transform usernames stored in the database to Appian user display names for export, you could use a username/display name mapping table to create a simple view that handles the conversion of the username column for the table you wish to export, then use the out of the box export solution. This is far more efficient in terms of both memory and application server load than querying the data in process, transforming it, then exporting. More importantly, it avoids the possibility of existing Excel Tools Transform CDT to Excel file smart service from affecting the stability and availability of your production environment.&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: design patterns&lt;/div&gt;
</description></item><item><title>Recommended Approaches for Exporting Data to Excel</title><link>https://community.appian.com/success/w/article/3269/recommended-approaches-for-exporting-data-to-excel/revision/2</link><pubDate>Wed, 01 Nov 2023 16:03:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f10b61d-50a1-43a1-8645-8266bcf88768</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/article/3269/recommended-approaches-for-exporting-data-to-excel#comments</comments><description>Revision 2 posted to Article by matt.cosenza on 11/1/2023 4:03:41 PM&lt;br /&gt;
&lt;div&gt;
&lt;p&gt;Appian provides out of the box functionality to export Excel document representations of any data store entity &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_Smart_Service.html#example"&gt;in interfaces&lt;/a&gt;, processes, and Web APIs using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_Smart_Service.html"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt;. The ability to export an entire record list to Excel is also easily configured &lt;a href="https://docs.appian.com/suite/help/latest/record-list.html#add-an-export-to-excel-button"&gt;with a single checkbox&lt;/a&gt;. These out of the box functionalities have several advantages over the existing Excel Tools plugin:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Supported by Appian (you get fixes and enhancements with Appian version updates)&lt;/li&gt;
&lt;li&gt;Batching to reduce application server heap memory consumption&lt;/li&gt;
&lt;li&gt;Automated timezone conversion to that of the user executing the smart service&lt;/li&gt;
&lt;li&gt;Increased visibility into Data Store Entity dependencies&lt;/li&gt;
&lt;li&gt;Knowledge of SQL is not required&lt;/li&gt;
&lt;li&gt;Ability to more easily generate an Excel export download link in an interface&lt;/li&gt;
&lt;li&gt;Ability to export record lists to Excel &lt;a href="https://docs.appian.com/suite/help/latest/record-list.html#add-an-export-to-excel-button"&gt;with a single checkbox&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We recommend reading the &lt;a href="/w/guide/3316/transferring-processing-large-data-sets-etl"&gt;Transferring/Processing Large Data Sets (ETL)&lt;/a&gt; play to familiarize yourself with best practices for large data migration and data exporting efforts.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Alternatives&lt;/p&gt;
&lt;p&gt;While we highly recommend using an out of the box solution, the Excel Tools shared plugin is still available in the App Market. Customers may wish to continue using this custom component based upon their use case. The following use cases may merit use of the existing Excel Tools shared plugin:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Exporting to a templates that use &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_Smart_Service.html#unsupported-excel-formatting-and-elements"&gt;unsupported&lt;/a&gt; Excel formatting&lt;/li&gt;
&lt;li&gt;Needing to sort the dataset in a specific order when using a smart service&lt;/li&gt;
&lt;li&gt;More than 50 columns need to be exported&lt;/li&gt;
&lt;li&gt;Converting HTML to CSV&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Note that any use of the Excel Tools custom plugin must be limited to small volumes of data because of performance and memory considerations. If you believe that your application requires any of these functionalities, it may be worth revisiting your requirements to see if there is any way the out of the box functionality can be used to meet your needs. For example, to transform usernames stored in the database to Appian user display names for export, you could use a username/display name mapping table to create a simple view that handles the conversion of the username column for the table you wish to export, then use the out of the box export solution. This is far more efficient in terms of both memory and application server load than querying the data in process, transforming it, then exporting. More importantly, it avoids the possibility of existing Excel Tools Transform CDT to Excel file smart service from affecting the stability and availability of your production environment.&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Recommended Approaches for Exporting Data to Excel</title><link>https://community.appian.com/success/w/article/3269/recommended-approaches-for-exporting-data-to-excel/revision/1</link><pubDate>Wed, 06 Sep 2023 13:43:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f10b61d-50a1-43a1-8645-8266bcf88768</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3269/recommended-approaches-for-exporting-data-to-excel#comments</comments><description>Revision 1 posted to Article by joel.larin on 9/6/2023 1:43:51 PM&lt;br /&gt;
&lt;div&gt;
&lt;p&gt;Appian provides out of the box functionality to export Excel document representations of any data store entity &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_Smart_Service.html#example"&gt;in interfaces&lt;/a&gt;, processes, and Web APIs using the &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_Smart_Service.html"&gt;Export Data Store Entity to Excel Smart Service&lt;/a&gt;. The ability to export an entire record list to Excel is also easily configured &lt;a href="https://docs.appian.com/suite/help/latest/record-list.html#add-an-export-to-excel-button"&gt;with a single checkbox&lt;/a&gt;. These out of the box functionalities have several advantages over the existing Excel Tools plugin:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Supported by Appian (you get fixes and enhancements with Appian version updates)&lt;/li&gt;
&lt;li&gt;Batching to reduce application server heap memory consumption&lt;/li&gt;
&lt;li&gt;Automated timezone conversion to that of the user executing the smart service&lt;/li&gt;
&lt;li&gt;Increased visibility into Data Store Entity dependencies&lt;/li&gt;
&lt;li&gt;Knowledge of SQL is not required&lt;/li&gt;
&lt;li&gt;Ability to more easily generate an Excel export download link in an interface&lt;/li&gt;
&lt;li&gt;Ability to export record lists to Excel &lt;a href="https://docs.appian.com/suite/help/latest/record-list.html#add-an-export-to-excel-button"&gt;with a single checkbox&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We recommend reading the &lt;a href="/w/the-appian-playbook/188/transferring-processing-large-data-sets-etl"&gt;Transferring/Processing Large Data Sets (ETL)&lt;/a&gt; play to familiarize yourself with best practices for large data migration and data exporting efforts.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Alternatives&lt;/p&gt;
&lt;p&gt;While we highly recommend using an out of the box solution, the Excel Tools shared plugin is still available in the App Market. Customers may wish to continue using this custom component based upon their use case. The following use cases may merit use of the existing Excel Tools shared plugin:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Exporting to a templates that use &lt;a href="https://docs.appian.com/suite/help/latest/Export_To_Excel_Smart_Service.html#unsupported-excel-formatting-and-elements"&gt;unsupported&lt;/a&gt; Excel formatting&lt;/li&gt;
&lt;li&gt;Needing to sort the dataset in a specific order when using a smart service&lt;/li&gt;
&lt;li&gt;More than 50 columns need to be exported&lt;/li&gt;
&lt;li&gt;Converting HTML to CSV&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Note that any use of the Excel Tools custom plugin must be limited to small volumes of data because of performance and memory considerations. If you believe that your application requires any of these functionalities, it may be worth revisiting your requirements to see if there is any way the out of the box functionality can be used to meet your needs. For example, to transform usernames stored in the database to Appian user display names for export, you could use a username/display name mapping table to create a simple view that handles the conversion of the username column for the table you wish to export, then use the out of the box export solution. This is far more efficient in terms of both memory and application server load than querying the data in process, transforming it, then exporting. More importantly, it avoids the possibility of existing Excel Tools Transform CDT to Excel file smart service from affecting the stability and availability of your production environment.&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>