<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : Excel Dosyasında Düzenleme</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Clomosy ile de&#287;i&#351;ken kullan&#305;m&#305; : Excel Dosyasında Düzenleme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 08:00:12 +0000</pubDate>
  <lastBuildDate>Mon, 16 Feb 2026 10:08:20 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1335</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[Excel Dosyasında Düzenleme : Excel dosyas&#305;n&#305; al&#305;p okuyup &#252;zerinde...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1335&amp;PID=2995#2995</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=344">M-Guney</a><br /><strong>Konu:</strong> 1335<br /><strong>Gönderim Zamanı:</strong> 16&nbsp;Şubat&nbsp;2026 Saat 10:08<br /><br />Excel dosyasını alıp okuyup üzerinde işlem yapabilirsin.<br><br>Eğer ki dosyanın içindeki veriyi okuyup satır ekleme işlemi yapacaksan:&nbsp;<a href="https://www.docs.clomosy.com/index.php?title=WriteLn" target="_blank" rel="nofollow">https://www.docs.clomosy.com/index.php?title=WriteLn</a><br><br>edit işlemi yapacaksan veriyi önce geçici bir stringliste alıp sonrasında düzenleme yaptıktan sonraa kayıt edebilirsin:<a href="https://www.docs.clomosy.com/ReWrite" target="_blank" rel="nofollow">https://www.docs.clomosy.com/ReWrite</a><br><br>Dosya işleme kodlarını inecelemk için :&nbsp;<a href="https://www.docs.clomosy.com/index.php?title=File_Handling" target="_blank" rel="nofollow">https://www.docs.clomosy.com/index.php?title=File_Handling</a><br><div>var</div><div>&nbsp; originalFile, updatedFile : TclStringList;</div><div>&nbsp; myFilePath, currentLine : String;</div><div>&nbsp; i : Integer;</div><div><br></div><div>{</div><div>&nbsp; myFilePath = Clomosy.AppBasePath;</div><div>&nbsp; //myFilePath = clPathCombine('myCompanyData.csv', Clomosy.AppBasePath);</div><div>&nbsp; originalFile = Clomosy.StringListNew;</div><div>&nbsp; updatedFile = Clomosy.StringListNew;</div><div><br></div><div>&nbsp; if ((clFileExists('myCompanyData.csv',myFilePath) == True))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; originalFile.LoadFromFile(myFilePath + 'myCompanyData.csv',0);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; for (i = 0 to originalFile.Count - 1)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; currentLine = Clomosy.StringListItemString(originalFile, i);</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; if ((Pos('Ali Yilmaz', currentLine) &gt; 0))</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; updatedFile.Add('101;Ali Yilmaz;65000');</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; updatedFile.Add(currentLine);</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; updatedFile.SaveToFile(myFilePath +'myCompanyData.csv',0);</div><div>&nbsp; &nbsp; ShowMessage('Kayıt güncellendi ve eski dosyanın üzerine yazıldı!');</div><div>&nbsp; &nbsp; ShowMessage('Dosyanın bulunduğu konum: '+myFilePath);</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; updatedFile.Add('ID;Name;Salary');&nbsp;</div><div>&nbsp; &nbsp; updatedFile.Add('101;Ali Yilmaz;65000');</div><div>&nbsp; &nbsp; updatedFile.SaveToFile(myFilePath + 'myCompanyData.csv',0);</div><div>&nbsp; &nbsp; ShowMessage('Dosya bulunamadı, bu yüzden yeni dosya oluşturuldu ve veriler eklendi!');</div><div>&nbsp; &nbsp; ShowMessage('Dosyanın bulunduğu konum: '+myFilePath);</div><div>&nbsp; }</div><div>}<br><br><br><br><br><br><br><br>.</div>]]>
   </description>
   <pubDate>Mon, 16 Feb 2026 10:08:20 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1335&amp;PID=2995#2995</guid>
  </item> 
  <item>
   <title><![CDATA[Excel Dosyasında Düzenleme : Uygulamaya i&#231;e aktard&#305;&#287;&#305;m excel...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1335&amp;PID=2985#2985</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=371">Melih</a><br /><strong>Konu:</strong> 1335<br /><strong>Gönderim Zamanı:</strong> 13&nbsp;Şubat&nbsp;2026 Saat 21:15<br /><br />Uygulamaya içe aktardığım excel dosyasını aynı dosya üzerinde dışarıya dosya aktarmadan düzenleme yapabilir miyim?<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Fri, 13 Feb 2026 21:15:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1335&amp;PID=2985#2985</guid>
  </item> 
 </channel>
</rss>