If I print string such:
Console.WriteLine(@"test1ttest2ttest3")
and try to copy the output to excel it will all be in one column, because the Console prints tabs as spaces, is it possible to make it use tabs ?
If I print string such:
Console.WriteLine(@"test1ttest2ttest3")
and try to copy the output to excel it will all be in one column, because the Console prints tabs as spaces, is it possible to make it use tabs ?