1
Answer

I'm writing comma delimited strings to .csv files in Excel via streamwriter. I'd like to split up the output on to multiple worksheets within the same workbook? Any thoughts?

Alan

Alan

12y
2.3k
1
I'm using streamwriter to write .csv files in Excel.  I'd like to split up the output on to seperate worksheets within the original workbook.  Any thoughts?
Answers (1)
0
Frogleg

Frogleg

NA 7.9k 33k 13y
You need to create a new string

public static int DisplayCard()
{
int card = " ";
string  _card;
if (card = 14)
_card = "Ace";

if (card = 13)
_card = "King";

if (card = 12)
_card = "Queen";

if (card = 11)
_card = "Jack";

Have a search on the site for a better way of setting up card game
0
Vilas Gite

Vilas Gite

NA 2.9k 394k 13y
hI Sherry 
Please open below link which is recommended articles by Mindcrackers. :)
http://www.c-sharpcorner.com/UploadFile/puranindia/506/

hopes it will solve your prob.