From ce6aea4d38ef2acb3b1b42cae77dd8b470645e9b Mon Sep 17 00:00:00 2001 From: Yaavannvignesh Date: Tue, 24 Dec 2024 17:20:57 +0530 Subject: [PATCH] Removed Extra spaces --- .../CSV to Excel/.NET/CSV to Excel/CSV to Excel/Program.cs | 6 +----- .../Create Conditional Format/Program.cs | 6 +----- .../Workbook to JSON with Schema/Program.cs | 2 +- .../Workbook to JSON without Schema/Program.cs | 7 +------ .../Create Chart/.NET/Create Chart/Create Chart/Program.cs | 7 +------ .../Set Formula/.NET/Set Formula/Set Formula/Program.cs | 6 +----- .../Create Table/.NET/Create Table/Create Table/Program.cs | 7 +------ .../.NET/List Validation/List Validation/Program.cs | 6 +----- .../Excel to CSV/.NET/Excel to CSV/Excel to CSV/Program.cs | 6 +----- .../.NET/Workbook to PDF/Workbook to PDF/Program.cs | 7 +------ .../Console/.NET/Create Excel/Create Excel/Program.cs | 5 +---- .../.NET/Import Data Table/Import Data Table/Program.cs | 7 +------ .../DataTable to Worksheet/Program.cs | 6 +----- .../.NET/Create Pivot Table/Create Pivot Table/Program.cs | 7 +------ .../Add Comment/.NET/Add Comment/Add Comment/Program.cs | 6 +----- .../.NET/Worksheet to Image/Worksheet to Image/Program.cs | 7 +------ .../.NET/Protect-Workbook/ProtectWorkbook/Program.cs | 7 +------ 17 files changed, 17 insertions(+), 88 deletions(-) diff --git a/CSV to Excel/CSV to Excel/.NET/CSV to Excel/CSV to Excel/Program.cs b/CSV to Excel/CSV to Excel/.NET/CSV to Excel/CSV to Excel/Program.cs index 3043b6af..1373d036 100644 --- a/CSV to Excel/CSV to Excel/.NET/CSV to Excel/CSV to Excel/Program.cs +++ b/CSV to Excel/CSV to Excel/.NET/CSV to Excel/CSV to Excel/Program.cs @@ -26,8 +26,4 @@ public static void Main(string[] args) } } } -} - - - - +} \ No newline at end of file diff --git a/Conditional Formatting/Create Conditional Format/.NET/Create Conditional Format/Create Conditional Format/Program.cs b/Conditional Formatting/Create Conditional Format/.NET/Create Conditional Format/Create Conditional Format/Program.cs index b287530f..1c4a20c8 100644 --- a/Conditional Formatting/Create Conditional Format/.NET/Create Conditional Format/Create Conditional Format/Program.cs +++ b/Conditional Formatting/Create Conditional Format/.NET/Create Conditional Format/Create Conditional Format/Program.cs @@ -71,8 +71,4 @@ static void Main(string[] args) } } } -} - - - - +} \ No newline at end of file diff --git a/Convert Excel to JSON/Workbook to JSON with Schema/.NET/Workbook to JSON with Schema/Workbook to JSON with Schema/Program.cs b/Convert Excel to JSON/Workbook to JSON with Schema/.NET/Workbook to JSON with Schema/Workbook to JSON with Schema/Program.cs index 46a74d1c..745ce599 100644 --- a/Convert Excel to JSON/Workbook to JSON with Schema/.NET/Workbook to JSON with Schema/Workbook to JSON with Schema/Program.cs +++ b/Convert Excel to JSON/Workbook to JSON with Schema/.NET/Workbook to JSON with Schema/Workbook to JSON with Schema/Program.cs @@ -26,4 +26,4 @@ static void Main(string[] args) } } } -} +} \ No newline at end of file diff --git a/Convert Excel to JSON/Workbook to JSON without Schema/.NET/Workbook to JSON without Schema/Workbook to JSON without Schema/Program.cs b/Convert Excel to JSON/Workbook to JSON without Schema/.NET/Workbook to JSON without Schema/Workbook to JSON without Schema/Program.cs index c3060aba..3d6417b1 100644 --- a/Convert Excel to JSON/Workbook to JSON without Schema/.NET/Workbook to JSON without Schema/Workbook to JSON without Schema/Program.cs +++ b/Convert Excel to JSON/Workbook to JSON without Schema/.NET/Workbook to JSON without Schema/Workbook to JSON without Schema/Program.cs @@ -32,9 +32,4 @@ static void Main(string[] args) } } } -} - - - - - +} \ No newline at end of file diff --git a/Create and Edit Charts/Create Chart/.NET/Create Chart/Create Chart/Program.cs b/Create and Edit Charts/Create Chart/.NET/Create Chart/Create Chart/Program.cs index ac533178..7d103e12 100644 --- a/Create and Edit Charts/Create Chart/.NET/Create Chart/Create Chart/Program.cs +++ b/Create and Edit Charts/Create Chart/.NET/Create Chart/Create Chart/Program.cs @@ -56,9 +56,4 @@ static void Main(string[] args) } } } -} - - - - - +} \ No newline at end of file diff --git a/Create and Edit Formulas/Set Formula/.NET/Set Formula/Set Formula/Program.cs b/Create and Edit Formulas/Set Formula/.NET/Set Formula/Set Formula/Program.cs index 723d9185..74647242 100644 --- a/Create and Edit Formulas/Set Formula/.NET/Set Formula/Set Formula/Program.cs +++ b/Create and Edit Formulas/Set Formula/.NET/Set Formula/Set Formula/Program.cs @@ -34,8 +34,4 @@ static void Main(string[] args) } } } -} - - - - +} \ No newline at end of file diff --git a/Create and Edit Table/Create Table/.NET/Create Table/Create Table/Program.cs b/Create and Edit Table/Create Table/.NET/Create Table/Create Table/Program.cs index 5478911c..8e7f85c2 100644 --- a/Create and Edit Table/Create Table/.NET/Create Table/Create Table/Program.cs +++ b/Create and Edit Table/Create Table/.NET/Create Table/Create Table/Program.cs @@ -31,9 +31,4 @@ static void Main(string[] args) } } } -} - - - - - +} \ No newline at end of file diff --git a/Data Validation/List Validation/.NET/List Validation/List Validation/Program.cs b/Data Validation/List Validation/.NET/List Validation/List Validation/Program.cs index cf487e93..b7a189e9 100644 --- a/Data Validation/List Validation/.NET/List Validation/List Validation/Program.cs +++ b/Data Validation/List Validation/.NET/List Validation/List Validation/Program.cs @@ -38,8 +38,4 @@ static void Main(string[] args) } } } -} - - - - +} \ No newline at end of file diff --git a/Excel to CSV/Excel to CSV/.NET/Excel to CSV/Excel to CSV/Program.cs b/Excel to CSV/Excel to CSV/.NET/Excel to CSV/Excel to CSV/Program.cs index c2ac23dc..ff786296 100644 --- a/Excel to CSV/Excel to CSV/.NET/Excel to CSV/Excel to CSV/Program.cs +++ b/Excel to CSV/Excel to CSV/.NET/Excel to CSV/Excel to CSV/Program.cs @@ -23,8 +23,4 @@ public static void Main(string[] args) } } } -} - - - - +} \ No newline at end of file diff --git a/Excel to PDF/Workbook to PDF/.NET/Workbook to PDF/Workbook to PDF/Program.cs b/Excel to PDF/Workbook to PDF/.NET/Workbook to PDF/Workbook to PDF/Program.cs index 0c0330e9..1cfe6713 100644 --- a/Excel to PDF/Workbook to PDF/.NET/Workbook to PDF/Workbook to PDF/Program.cs +++ b/Excel to PDF/Workbook to PDF/.NET/Workbook to PDF/Workbook to PDF/Program.cs @@ -34,9 +34,4 @@ static void Main(string[] args) } } } -} - - - - - +} \ No newline at end of file diff --git a/Getting Started/Console/.NET/Create Excel/Create Excel/Program.cs b/Getting Started/Console/.NET/Create Excel/Create Excel/Program.cs index cf6cda81..75368fe9 100644 --- a/Getting Started/Console/.NET/Create Excel/Create Excel/Program.cs +++ b/Getting Started/Console/.NET/Create Excel/Create Excel/Program.cs @@ -188,7 +188,4 @@ static void Main(string[] args) } } } -} - - - +} \ No newline at end of file diff --git a/Import Data to Template/Import Data Table/.NET/Import Data Table/Import Data Table/Program.cs b/Import Data to Template/Import Data Table/.NET/Import Data Table/Import Data Table/Program.cs index 5e3aa466..0ea9e909 100644 --- a/Import Data to Template/Import Data Table/.NET/Import Data Table/Import Data Table/Program.cs +++ b/Import Data to Template/Import Data Table/.NET/Import Data Table/Import Data Table/Program.cs @@ -52,9 +52,4 @@ static void Main(string[] args) } } } -} - - - - - +} \ No newline at end of file diff --git a/Import and Export Data/DataTable to Worksheet/.NET/DataTable to Worksheet/DataTable to Worksheet/Program.cs b/Import and Export Data/DataTable to Worksheet/.NET/DataTable to Worksheet/DataTable to Worksheet/Program.cs index 21ff38ec..4b60422d 100644 --- a/Import and Export Data/DataTable to Worksheet/.NET/DataTable to Worksheet/DataTable to Worksheet/Program.cs +++ b/Import and Export Data/DataTable to Worksheet/.NET/DataTable to Worksheet/DataTable to Worksheet/Program.cs @@ -52,8 +52,4 @@ private static DataTable SampleDataTable() return table; } } -} - - - - +} \ No newline at end of file diff --git a/Pivot Table/Create Pivot Table/.NET/Create Pivot Table/Create Pivot Table/Program.cs b/Pivot Table/Create Pivot Table/.NET/Create Pivot Table/Create Pivot Table/Program.cs index 13f5b8f0..220d4431 100644 --- a/Pivot Table/Create Pivot Table/.NET/Create Pivot Table/Create Pivot Table/Program.cs +++ b/Pivot Table/Create Pivot Table/.NET/Create Pivot Table/Create Pivot Table/Program.cs @@ -43,9 +43,4 @@ static void Main(string[] args) } } } -} - - - - - +} \ No newline at end of file diff --git a/Threaded Comments/Add Comment/.NET/Add Comment/Add Comment/Program.cs b/Threaded Comments/Add Comment/.NET/Add Comment/Add Comment/Program.cs index 5d4e0626..ed3e2e1d 100644 --- a/Threaded Comments/Add Comment/.NET/Add Comment/Add Comment/Program.cs +++ b/Threaded Comments/Add Comment/.NET/Add Comment/Add Comment/Program.cs @@ -33,8 +33,4 @@ static void Main(string[] args) } } } -} - - - - +} \ No newline at end of file diff --git a/Worksheet to Image/Worksheet to Image/.NET/Worksheet to Image/Worksheet to Image/Program.cs b/Worksheet to Image/Worksheet to Image/.NET/Worksheet to Image/Worksheet to Image/Program.cs index bc2cb653..51a8d801 100644 --- a/Worksheet to Image/Worksheet to Image/.NET/Worksheet to Image/Worksheet to Image/Program.cs +++ b/Worksheet to Image/Worksheet to Image/.NET/Worksheet to Image/Worksheet to Image/Program.cs @@ -31,9 +31,4 @@ static void Main(string[] args) } } } -} - - - - - +} \ No newline at end of file diff --git a/XlsIO-Excel-Protect-UnProtect/Protect-Workbook/.NET/Protect-Workbook/ProtectWorkbook/Program.cs b/XlsIO-Excel-Protect-UnProtect/Protect-Workbook/.NET/Protect-Workbook/ProtectWorkbook/Program.cs index 0c64569b..d01fef84 100644 --- a/XlsIO-Excel-Protect-UnProtect/Protect-Workbook/.NET/Protect-Workbook/ProtectWorkbook/Program.cs +++ b/XlsIO-Excel-Protect-UnProtect/Protect-Workbook/.NET/Protect-Workbook/ProtectWorkbook/Program.cs @@ -33,9 +33,4 @@ static void Main(string[] args) } } } -} - - - - - +} \ No newline at end of file