<?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>create a excel document in appian Knowledge Center</title><link>https://community.appian.com/discussions/f/plug-ins/12504/create-a-excel-document-in-appian-knowledge-center</link><description>I have a requirement where i need to create a excel with some content. 
 
 I wrote some java code to create the excel, now i want that excel to be store in Knowledge Center. 
 
 I need help to know how can i write create a document of type xlsx in appian</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: create a excel document in appian Knowledge Center</title><link>https://community.appian.com/thread/55913?ContentTypeID=1</link><pubDate>Tue, 29 May 2018 19:59:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:daf89324-2da4-43c2-b821-a18442b77ba2</guid><dc:creator>John M</dc:creator><description>&lt;p&gt;When creating the document you can use&amp;nbsp;&lt;code&gt;new Document(folderId, documentName, fileExtension)&lt;/code&gt; which you can pass in &amp;quot;xlsx&amp;quot; as the &lt;code&gt;fileExtension&lt;/code&gt; parameter.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You could also do it individually by using&lt;/p&gt;
&lt;pre&gt;Document d = new Document();&lt;br /&gt;d.setName(name);&lt;br /&gt;d.setExtension(&amp;quot;xlsx&amp;quot;);&lt;br /&gt;d.setParent(folderId);&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;You could then (after creating the Appian document) use a FileOutputStream to get your Excel data into the document (depending on the library you&amp;#39;re using).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: create a excel document in appian Knowledge Center</title><link>https://community.appian.com/thread/55637?ContentTypeID=1</link><pubDate>Thu, 24 May 2018 13:13:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0aa920ae-1c32-4110-84cc-b157697d79db</guid><dc:creator>namk</dc:creator><description>Hey Pradeep, &lt;br /&gt;
&lt;br /&gt;
I&amp;#39;m not sure what the content you are writing to the excel sheet, but you might want to check out the Excel Tools plug-in. Link: &lt;a href="https://community.appian.com/b/appmarket/posts/excel-tools"&gt;community.appian.com/.../excel-tools&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: create a excel document in appian Knowledge Center</title><link>https://community.appian.com/thread/55622?ContentTypeID=1</link><pubDate>Thu, 24 May 2018 09:22:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:09367d61-e475-4261-818f-aa68fa05c677</guid><dc:creator>Aditya</dc:creator><description>What data are you expecting to write in the excel?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>