<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/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>Create Excel From ARAS C# Method</title><link>https://www.aras.com/community/f/development/35673/create-excel-from-aras-c-method</link><description>Hello, 
 I have to create excel from ARAS 11 SP15 C# method, 
 Is there any dll we used for &amp;#39;Export to Excel&amp;#39; option in ARAS? 
 Please suggest, Thanks in advance. 
 Regards, 
 Amruta</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Create Excel From ARAS C# Method</title><link>https://www.aras.com/community/thread/5289?ContentTypeID=1</link><pubDate>Thu, 18 Jun 2020 13:11:50 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1f1c05f7-566c-4e29-b783-ddef62c53f83</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The standard export to Excel functionality is done through client-side code. It basically takes the XML of the items in a search grid and puts it through an XSLT transform to generate XML in a format that Excel will recognize. Client-side code like this is not possible to be run on the server.&lt;/p&gt;
&lt;p&gt;Could you elaborate on your use case?&amp;nbsp;If it&amp;#39;s a hard requirement to have this Excel generation happen on the server in a C# method, you will need to investigate another approach like using a 3rd party library to build the Excel file yourself. However, if this is happening on some user-run action it may be possible to run JavaScript code instead so that you could use the standard Export to Excel functionality.&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create Excel From ARAS C# Method</title><link>https://www.aras.com/community/thread/5287?ContentTypeID=1</link><pubDate>Thu, 18 Jun 2020 04:30:03 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2302cfb3-cedb-4102-b415-9ae52f26d01e</guid><dc:creator>v-ambank</dc:creator><description>&lt;p&gt;Hi Chris,&lt;/p&gt;
&lt;p&gt;Thanks for response, Please let me know&amp;nbsp;&lt;/p&gt;
&lt;div&gt;How &amp;#39;Export to Excel&amp;#39; is done in Aras, what is the library method? how to use that?&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;I want to use same way to create excel.&lt;/div&gt;
&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;
&lt;p&gt;Amruta&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create Excel From ARAS C# Method</title><link>https://www.aras.com/community/thread/5286?ContentTypeID=1</link><pubDate>Wed, 17 Jun 2020 19:55:57 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6a0b05da-6861-4994-b032-cede2bdaceff</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hi Amruta,&lt;/p&gt;
&lt;p&gt;There isn&amp;#39;t a standard DLL that can be used to create an Excel file from a server method. However,&amp;nbsp;we do have a blog post that goes over &lt;a href="/b/english/posts/using-external-dlls-in-aras-innovator"&gt;how to configure another DLL&lt;/a&gt; so that you can use it from your server code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Just googling around a bit, there seem to be a number of libraries that allow you to create and manipulate Excel files from C#. I can&amp;#39;t recommend any of them in particular since I&amp;#39;ve never done this myself, but once you find one that seems good, you can follow the steps in the blog post linked above to allow you to use it in your C# method.&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Christopher Gillis&lt;/p&gt;
&lt;p&gt;Aras Labs Software Engineer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>