<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Export to Excel Issue after findTask/Query Task in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491058#M11266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;describe more, how to reference ZIP file ? What do you mean ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 06:12:16 GMT</pubDate>
    <dc:creator>PetrTrefil</dc:creator>
    <dc:date>2011-06-29T06:12:16Z</dc:date>
    <item>
      <title>Export to Excel Issue after findTask/Query Task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491053#M11261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an attribute information display in an InfoWindowrender.. is it possible to export those attibutes into Excel&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or.. after I perform querytask is it possible to export the selected graphics attribute information into an Excel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 11:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491053#M11261</guid>
      <dc:creator>tanyabisen</dc:creator>
      <dc:date>2011-06-21T11:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Issue after findTask/Query Task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491054#M11262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, this is possible. You would have to add a button somewhere that would take the information and send it to a utility that would create the excel/csv file. There is a library out there called as3xls. I have used this to export the contents of a datagrid to an excel file. I am under a deadline, so this is about all the information I can give to you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a link to a thread I posted&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/2784-New-Export-to-Excel-from-Datagrid"&gt;http://forums.arcgis.com/threads/2784-New-Export-to-Excel-from-Datagrid&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 18:29:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491054#M11262</guid>
      <dc:creator>CaseyBentz</dc:creator>
      <dc:date>2011-06-21T18:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Issue after findTask/Query Task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491055#M11263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your quick response..I am using the same thread which you have provided..I just wanted to know what is that utility and how can I do it.. Since I am new to this platform..if you can provide me with some link where I can send it to that utility..rest I can manage..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tanya&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 04:27:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491055#M11263</guid>
      <dc:creator>tanyabisen</dc:creator>
      <dc:date>2011-06-22T04:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Issue after findTask/Query Task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491056#M11264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am going to just go from memory here...First you need to download the &lt;/SPAN&gt;&lt;A href="http://as3xls.googlecode.com/files/as3xls-1.0.swc"&gt;swc&lt;/A&gt;&lt;SPAN&gt;. You then will want to add it to your project via the properties for your project --&amp;gt; Flex Build Path --&amp;gt; Library path tab --&amp;gt; Click on Add SWC and select the file you just downloaded. If you then reference the &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/attachment.php?attachmentid=683&amp;amp;d=1271450690"&gt;zip file &lt;/A&gt;&lt;SPAN&gt;I uploaded it will give the the two mxml files as3xls.mxml and vBox.mxml. The as3xls just references the vBox file. The vBox file does all the work, as you can see the exportToExcel function is what actually exports the data grid. If say, you don't have a datagrid, and only have the contents of the info window. You could create a datagrid in actionscript and step through the attributes of the graphic and add them to an arraycollection and use that arraycollection as the dataprovider of the datagrid and then export the datagrid to Excel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Casey&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 11:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491056#M11264</guid>
      <dc:creator>CaseyBentz</dc:creator>
      <dc:date>2011-06-22T11:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Issue after findTask/Query Task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491057#M11265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Casey.. It worked... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 03:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491057#M11265</guid>
      <dc:creator>tanyabisen</dc:creator>
      <dc:date>2011-06-23T03:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Issue after findTask/Query Task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491058#M11266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;describe more, how to reference ZIP file ? What do you mean ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 06:12:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491058#M11266</guid>
      <dc:creator>PetrTrefil</dc:creator>
      <dc:date>2011-06-29T06:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Issue after findTask/Query Task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491059#M11267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The link which is provided in the forum you can download the zip file.. After you download it,in you Flash Builder instead of creating a new Flex project just import the Flex project...It will ask you to import the zip file..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This way you can create a new project just by downloading the zip file..Hope this helps&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 08:19:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/export-to-excel-issue-after-findtask-query-task/m-p/491059#M11267</guid>
      <dc:creator>tanyabisen</dc:creator>
      <dc:date>2011-06-30T08:19:34Z</dc:date>
    </item>
  </channel>
</rss>

