Skip to content

Commit 6ac5496

Browse files
committed
HelpbotChanges
1 parent 3015cf6 commit 6ac5496

File tree

3 files changed

+3
-18
lines changed
  • Convert Excel to JSON
    • Range to JSON with Schema/.NET/Range to JSON with Schema/Range to JSON with Schema
    • Workbook to JSON with Schema/.NET/Workbook to JSON with Schema/Workbook to JSON with Schema
    • Worksheet to JSON with Schema/.NET/Worksheet to JSON with Schema/Worksheet to JSON with Schema

3 files changed

+3
-18
lines changed

Convert Excel to JSON/Range to JSON with Schema/.NET/Range to JSON with Schema/Range to JSON with Schema/Program.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,10 @@ static void Main(string[] args)
3838
//Open default JSON
3939

4040
//Open JSON with Schema
41-
System.Diagnostics.Process process1 = new System.Diagnostics.Process();
42-
process1.StartInfo = new System.Diagnostics.ProcessStartInfo("Excel-Range-To-JSON-as-schema.json")
43-
{
44-
UseShellExecute = true
45-
};
46-
process1.Start();
4741
#endregion
4842
}
4943
}
5044
}
5145
}
5246

47+

Convert Excel to JSON/Workbook to JSON with Schema/.NET/Workbook to JSON with Schema/Workbook to JSON with Schema/Program.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,10 @@ static void Main(string[] args)
3535
//Open default JSON
3636

3737
//Open JSON with Schema
38-
System.Diagnostics.Process process1 = new System.Diagnostics.Process();
39-
process1.StartInfo = new System.Diagnostics.ProcessStartInfo("Excel-Workbook-To-JSON-as-schema.json")
40-
{
41-
UseShellExecute = true
42-
};
43-
process1.Start();
4438
#endregion
4539
}
4640
}
4741
}
4842
}
4943

44+

Convert Excel to JSON/Worksheet to JSON with Schema/.NET/Worksheet to JSON with Schema/Worksheet to JSON with Schema/Program.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,10 @@ static void Main(string[] args)
3535
//Open default JSON
3636

3737
//Open JSON with Schema
38-
System.Diagnostics.Process process1 = new System.Diagnostics.Process();
39-
process1.StartInfo = new System.Diagnostics.ProcessStartInfo("Excel-Worksheet-To-JSON-filestream-as-schema.json")
40-
{
41-
UseShellExecute = true
42-
};
43-
process1.Start();
4438
#endregion
4539
}
4640
}
4741
}
4842
}
4943

44+

0 commit comments

Comments
 (0)