We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b467c commit b472f2dCopy full SHA for b472f2d
WorldBirdNamesParser/WorldBirdNamesParser/Program.cs
@@ -7,7 +7,7 @@ namespace WorldBirdNamesParser
7
{
8
class Program
9
10
- static readonly string file = "demo.xlsx";
+ static readonly string file = "Multiling IOC 9.2.xlsx";
11
static readonly string path = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
12
13
static readonly List<List<string>> columns = new List<List<string>> {
0 commit comments