Skip to content

Commit

Permalink
HelpbotChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohan2401 committed Aug 26, 2024
1 parent 6ac5496 commit ec770e2
Show file tree
Hide file tree
Showing 876 changed files with 2,986 additions and 1,017 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ public static void Main(string[] args)
}
}
}




Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@
<PackageReference Include="Syncfusion.XlsIO.NET" Version="*" />
</ItemGroup>

<ItemGroup>
<None Update="Output\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ static void Main(string[] args)

//Dispose streams
outputStream.Dispose();

System.Diagnostics.Process process = new System.Diagnostics.Process();
process.StartInfo = new System.Diagnostics.ProcessStartInfo("ConditionalFormat.xlsx")
{
UseShellExecute = true
};
process.Start();
}
}
}
}




Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -10,4 +10,11 @@
<PackageReference Include="Syncfusion.XlsIO.NET" Version="*" />
</ItemGroup>

<ItemGroup>
<None Update="Output\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,11 @@ static void Main(string[] args)

//Dispose streams
outputStream.Dispose();

System.Diagnostics.Process process = new System.Diagnostics.Process();
process.StartInfo = new System.Diagnostics.ProcessStartInfo("ConditionalFormat.xlsx")
{
UseShellExecute = true
};
process.Start();
}
}
}
}




Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
</Project>



Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,11 @@ static void Main(string[] args)

//Dispose streams
outputStream.Dispose();

System.Diagnostics.Process process = new System.Diagnostics.Process();
process.StartInfo = new System.Diagnostics.ProcessStartInfo("UniqueandDuplicate.xlsx")
{
UseShellExecute = true
};
process.Start();
}
}
}
}




Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -10,4 +10,11 @@
<PackageReference Include="Syncfusion.XlsIO.NET" Version="*" />
</ItemGroup>

<ItemGroup>
<None Update="Output\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ public void RangeToJSON()
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ static void Main(string[] args)
}





Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ static void Main(string[] args)
}





Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ static void Main(string[] args)
}





Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ static void Main(string[] args)
}
}





4 changes: 4 additions & 0 deletions Create and Edit CSV/CsvToExcel/CsvToExcel/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ static void Main(string[] args)
}
}





Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ static void Main(string[] args)
}






4 changes: 4 additions & 0 deletions Create and Edit CSV/ExcelToCSV/ExcelToCSV/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ static void Main(string[] args)
}






Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -10,4 +10,11 @@
<PackageReference Include="Syncfusion.XlsIO.NET" Version="*" />
</ItemGroup>

<ItemGroup>
<None Update="Output\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,11 @@ static void Main(string[] args)

//Dispose streams
outputStream.Dispose();

System.Diagnostics.Process process = new System.Diagnostics.Process();
process.StartInfo = new System.Diagnostics.ProcessStartInfo("Chart.xlsx")
{
UseShellExecute = true
};
process.Start();
}
}
}
}




Loading

0 comments on commit ec770e2

Please sign in to comment.