<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fatih DEMİRCİ &#187; Excel</title>
	<atom:link href="http://www.fatihdemirci.net/index.php/tag/excel/feed" rel="self" type="application/rss+xml" />
	<link>https://www.fatihdemirci.net</link>
	<description>Microsoft MVP &#124; MCT &#124; Solution Architect &#124; AI-Ready ERP &#38; CRM Copilot &#38; Agentic Business Applications</description>
	<lastBuildDate>Sun, 29 Mar 2026 14:54:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Excel şablonu açıp farklı kaydetmek</title>
		<link>https://www.fatihdemirci.net/index.php/2010/07/15/excel-template-acip-farkli-kaydetmek/</link>
		<comments>https://www.fatihdemirci.net/index.php/2010/07/15/excel-template-acip-farkli-kaydetmek/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 14:21:29 +0000</pubDate>
		<dc:creator>Fatih Demirci</dc:creator>
				<category><![CDATA[Dynamics AX]]></category>
		<category><![CDATA[Ax 2009]]></category>
		<category><![CDATA[Axapta]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Metod]]></category>
		<category><![CDATA[x++]]></category>

		<guid isPermaLink="false">http://www.fatihdemirci.net/?p=342</guid>
		<description><![CDATA[     Merhaba    Axaptada bir excel template açıp içini doldurup farklı kaydetmek aşşağıdaki kodla mümkün.      SysExcelApplication sysExcelApplication;      SysExcelWorkbooks   sysExcelWorkbooks;      SysExcelWorkbook    sysExcelWorkbook;      SysExcelWorksheets  sysExcelWorksheets;      SysExcelWorksheet   sheet_org;      SysExcelWorksheet   sheet_new;      SysExcelCells       cells;      SysExcelCell_XP     cell;            sysExcelApplication = SysExcelApplication::construct();          sysExcelApplication.visible(false);          sysExcelWorkbooks = sysExcelApplication.workbooks();          SablonName = &#8220;U:\\ORTAK\\NakliyeciRezForm\\Sablon.xls&#8221;;          [...]]]></description>
		<wfw:commentRss>https://www.fatihdemirci.net/index.php/2010/07/15/excel-template-acip-farkli-kaydetmek/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Reading Excel files</title>
		<link>https://www.fatihdemirci.net/index.php/2010/03/30/reading-excel-files/</link>
		<comments>https://www.fatihdemirci.net/index.php/2010/03/30/reading-excel-files/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 09:43:19 +0000</pubDate>
		<dc:creator>Fatih Demirci</dc:creator>
				<category><![CDATA[Dynamics AX]]></category>
		<category><![CDATA[x++]]></category>
		<category><![CDATA[Ax 2009]]></category>
		<category><![CDATA[Axapta]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.fatihdemirci.net/?p=287</guid>
		<description><![CDATA[Reading Excel files is another side of Excel file manipulation. It is equally important as file creation. Usage could vary from importing simple data to processing user-filled files like timesheets, purchase orders, etc. In this recipe, we will use the file created in the previous recipe. We will read customer data using SysExcel classes and [...]]]></description>
		<wfw:commentRss>https://www.fatihdemirci.net/index.php/2010/03/30/reading-excel-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating Excel files</title>
		<link>https://www.fatihdemirci.net/index.php/2010/03/30/creating-excel-files/</link>
		<comments>https://www.fatihdemirci.net/index.php/2010/03/30/creating-excel-files/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 09:41:21 +0000</pubDate>
		<dc:creator>Fatih Demirci</dc:creator>
				<category><![CDATA[Dynamics AX]]></category>
		<category><![CDATA[x++]]></category>
		<category><![CDATA[Ax 2009]]></category>
		<category><![CDATA[Axapta]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.fatihdemirci.net/?p=285</guid>
		<description><![CDATA[Microsoft Office Excel format is one of the formats that have been supported by Dynamics AX since its early versions. For example, the Document handling feature allows producing Excel files using the data from the system. In the new version of Dynamics AX, i.e. Dynamics AX 2009, this feature is extended even more. Now almost [...]]]></description>
		<wfw:commentRss>https://www.fatihdemirci.net/index.php/2010/03/30/creating-excel-files/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
