<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: C Sharp İle MS Excel Dosyasını Okumak Ve Yazmak</title> <atom:link href="http://www.serdarb.com/csharp-c/c-sharp-ile-ms-excel-dosyasini-okumak-ve-yazmak/feed/" rel="self" type="application/rss+xml" /><link>http://www.serdarb.com/csharp-c/c-sharp-ile-ms-excel-dosyasini-okumak-ve-yazmak/</link> <description>Serdar's</description> <lastBuildDate>Sat, 07 Jan 2012 08:14:08 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Esma</title><link>http://www.serdarb.com/csharp-c/c-sharp-ile-ms-excel-dosyasini-okumak-ve-yazmak/comment-page-1/#comment-6480</link> <dc:creator>Esma</dc:creator> <pubDate>Wed, 13 Jul 2011 08:50:03 +0000</pubDate> <guid
isPermaLink="false">http://www.serdarb.com/?p=134#comment-6480</guid> <description>Merabalar,yazınız çok yararlı gerçekten...
Ben exceldeki tüm verileri listview, datagrid vs. içine almak istiyorum. Sizin bu uygulamanızı denemeye çalıştım fakat bazı yerlerin altını  çizdi, bazı kütüphaneler eksik sanırım. Örneğin;StringWriter kelimelerinin altınızı çiziyordu. using System.IO kütüphanesini eklediğimde düzeldi. Response, HeaderStyle, RenderControl, MapPath, ConfigurationManager, HtmlTextWriter... bunlardada sorun oldu, acaba bunlaradamı kütüphane eklemem gerekiyor,eklemem gerekiyorsa hangilerini eklemem gerekiyor? Şimdiden teşekkürler ...</description> <content:encoded><![CDATA[<p>Merabalar,</p><p>yazınız çok yararlı gerçekten&#8230;<br
/> Ben exceldeki tüm verileri listview, datagrid vs. içine almak istiyorum. Sizin bu uygulamanızı denemeye çalıştım fakat bazı yerlerin altını  çizdi, bazı kütüphaneler eksik sanırım. Örneğin;StringWriter kelimelerinin altınızı çiziyordu. using System.IO kütüphanesini eklediğimde düzeldi. Response, HeaderStyle, RenderControl, MapPath, ConfigurationManager, HtmlTextWriter&#8230; bunlardada sorun oldu, acaba bunlaradamı kütüphane eklemem gerekiyor,eklemem gerekiyorsa hangilerini eklemem gerekiyor? Şimdiden teşekkürler &#8230;</p> ]]></content:encoded> </item> <item><title>By: Yavuz</title><link>http://www.serdarb.com/csharp-c/c-sharp-ile-ms-excel-dosyasini-okumak-ve-yazmak/comment-page-1/#comment-3512</link> <dc:creator>Yavuz</dc:creator> <pubDate>Wed, 01 Sep 2010 03:03:31 +0000</pubDate> <guid
isPermaLink="false">http://www.serdarb.com/?p=134#comment-3512</guid> <description>OleDb sınıfı varken, bu yöntemin eziyet olduğunu düşünüyorum. Bunları zor bulan arakdaşlar. Oledb Connection ile Excel&#039; e access e bağlanır gibi bağlanıp, daha hızlı ve performanslı bir şekilde okuma, yazma işlemlerini yapabilirsiniz.</description> <content:encoded><![CDATA[<p>OleDb sınıfı varken, bu yöntemin eziyet olduğunu düşünüyorum. Bunları zor bulan arakdaşlar. Oledb Connection ile Excel&#8217; e access e bağlanır gibi bağlanıp, daha hızlı ve performanslı bir şekilde okuma, yazma işlemlerini yapabilirsiniz.</p> ]]></content:encoded> </item> <item><title>By: Cuneyt</title><link>http://www.serdarb.com/csharp-c/c-sharp-ile-ms-excel-dosyasini-okumak-ve-yazmak/comment-page-1/#comment-3406</link> <dc:creator>Cuneyt</dc:creator> <pubDate>Tue, 27 Jul 2010 09:34:06 +0000</pubDate> <guid
isPermaLink="false">http://www.serdarb.com/?p=134#comment-3406</guid> <description>Sagol Serdar! Sayenizde lanet olasi INVDATAERROR hatasi almaktan kurtuldum. Cok tesekkur ederim.</description> <content:encoded><![CDATA[<p>Sagol Serdar! Sayenizde lanet olasi INVDATAERROR hatasi almaktan kurtuldum. Cok tesekkur ederim.</p> ]]></content:encoded> </item> <item><title>By: serdar</title><link>http://www.serdarb.com/csharp-c/c-sharp-ile-ms-excel-dosyasini-okumak-ve-yazmak/comment-page-1/#comment-2528</link> <dc:creator>serdar</dc:creator> <pubDate>Sun, 08 Nov 2009 10:02:43 +0000</pubDate> <guid
isPermaLink="false">http://www.serdarb.com/?p=134#comment-2528</guid> <description>bi yorum yapamadım malesef.</description> <content:encoded><![CDATA[<p>bi yorum yapamadım malesef.</p> ]]></content:encoded> </item> <item><title>By: Mustafa</title><link>http://www.serdarb.com/csharp-c/c-sharp-ile-ms-excel-dosyasini-okumak-ve-yazmak/comment-page-1/#comment-2475</link> <dc:creator>Mustafa</dc:creator> <pubDate>Fri, 09 Oct 2009 12:18:06 +0000</pubDate> <guid
isPermaLink="false">http://www.serdarb.com/?p=134#comment-2475</guid> <description>System.Globalization.CultureInfo oldCI = System.Threading.Thread.CurrentThread.CurrentCulture;
System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo(&quot;en-US&quot;);
Excel.Application xlApp;
Excel.Workbook xlWorkBook;
Excel.Worksheet xlWorkSheet;
object misValue = System.Reflection.Missing.Value;xlApp = new Excel.ApplicationClass();
xlWorkBook = xlApp.Workbooks.Add(misValue);kodun baş kısmı ve sadece son satırda hata veriyor.
Başka web sitelerda alakası olmayan excel kodlarını denedim yine workbook da hata veriyor.</description> <content:encoded><![CDATA[<p>System.Globalization.CultureInfo oldCI = System.Threading.Thread.CurrentThread.CurrentCulture;<br
/> System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo(&#8220;en-US&#8221;);<br
/> Excel.Application xlApp;<br
/> Excel.Workbook xlWorkBook;<br
/> Excel.Worksheet xlWorkSheet;<br
/> object misValue = System.Reflection.Missing.Value;</p><p> xlApp = new Excel.ApplicationClass();<br
/> xlWorkBook = xlApp.Workbooks.Add(misValue);</p><p>kodun baş kısmı ve sadece son satırda hata veriyor.<br
/> Başka web sitelerda alakası olmayan excel kodlarını denedim yine workbook da hata veriyor.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.serdarb.com @ 2012-02-08 04:44:28 -->
