Excel and C#
-
hi to all i would like to ask, is it possible that if i create a system and i want to generate the display items into excel file or txt file is it possible?? Warm Regards Veon
-
hi to all i would like to ask, is it possible that if i create a system and i want to generate the display items into excel file or txt file is it possible?? Warm Regards Veon
Yes.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
hi to all i would like to ask, is it possible that if i create a system and i want to generate the display items into excel file or txt file is it possible?? Warm Regards Veon
Well anything IS possible, but it really depends on your skill level. Writing a text file is incredibly simple with the System.IO namespace (How to: Write Text to a File[^]). Working with Excel is a bit trickier, but still can be done (How to: Use COM Interop to Create an Excel Spreadsheet[^]). Good Luck
If at first you don't succeed ... post it on The Code Project and Pray.
-
Yes.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
LOL, i was going to answer the exact same way but i decided against it. LOL though
If at first you don't succeed ... post it on The Code Project and Pray.
-
Well anything IS possible, but it really depends on your skill level. Writing a text file is incredibly simple with the System.IO namespace (How to: Write Text to a File[^]). Working with Excel is a bit trickier, but still can be done (How to: Use COM Interop to Create an Excel Spreadsheet[^]). Good Luck
If at first you don't succeed ... post it on The Code Project and Pray.
Adam R Harris wrote:
Well anything IS possible
No CG got to say no to the open folder detection question ;P Just that this question is not totally invalid.
Never underestimate the power of human stupidity RAH
-
Adam R Harris wrote:
Well anything IS possible
No CG got to say no to the open folder detection question ;P Just that this question is not totally invalid.
Never underestimate the power of human stupidity RAH
http://www.codeproject.com/Messages/3145379/Re-How-to-detect-if-a-folder-is-open.aspx[^] See anything IS possible. Just a matter of knowing how / someone who knows how.
If at first you don't succeed ... post it on The Code Project and Pray.
-
http://www.codeproject.com/Messages/3145379/Re-How-to-detect-if-a-folder-is-open.aspx[^] See anything IS possible. Just a matter of knowing how / someone who knows how.
If at first you don't succeed ... post it on The Code Project and Pray.
Have 5 - some of the questions here seem to be just plain silly, and then someone comes up with an answer.
Never underestimate the power of human stupidity RAH