Skip to content

Commit ce6aea4

Browse files
Removed Extra spaces
1 parent 807a5b5 commit ce6aea4

File tree

17 files changed

+17
-88
lines changed
  • CSV to Excel/CSV to Excel/.NET/CSV to Excel/CSV to Excel
  • Conditional Formatting/Create Conditional Format/.NET/Create Conditional Format/Create Conditional Format
  • Convert Excel to JSON
    • Workbook to JSON with Schema/.NET/Workbook to JSON with Schema/Workbook to JSON with Schema
    • Workbook to JSON without Schema/.NET/Workbook to JSON without Schema/Workbook to JSON without Schema
  • Create and Edit Charts/Create Chart/.NET/Create Chart/Create Chart
  • Create and Edit Formulas/Set Formula/.NET/Set Formula/Set Formula
  • Create and Edit Table/Create Table/.NET/Create Table/Create Table
  • Data Validation/List Validation/.NET/List Validation/List Validation
  • Excel to CSV/Excel to CSV/.NET/Excel to CSV/Excel to CSV
  • Excel to PDF/Workbook to PDF/.NET/Workbook to PDF/Workbook to PDF
  • Getting Started/Console/.NET/Create Excel/Create Excel
  • Import Data to Template/Import Data Table/.NET/Import Data Table/Import Data Table
  • Import and Export Data/DataTable to Worksheet/.NET/DataTable to Worksheet/DataTable to Worksheet
  • Pivot Table/Create Pivot Table/.NET/Create Pivot Table/Create Pivot Table
  • Threaded Comments/Add Comment/.NET/Add Comment/Add Comment
  • Worksheet to Image/Worksheet to Image/.NET/Worksheet to Image/Worksheet to Image
  • XlsIO-Excel-Protect-UnProtect/Protect-Workbook/.NET/Protect-Workbook/ProtectWorkbook

17 files changed

+17
-88
lines changed

CSV to Excel/CSV to Excel/.NET/CSV to Excel/CSV to Excel/Program.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@ public static void Main(string[] args)
2626
}
2727
}
2828
}
29-
}
30-
31-
32-
33-
29+
}

Conditional Formatting/Create Conditional Format/.NET/Create Conditional Format/Create Conditional Format/Program.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,4 @@ static void Main(string[] args)
7171
}
7272
}
7373
}
74-
}
75-
76-
77-
78-
74+
}

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ static void Main(string[] args)
2626
}
2727
}
2828
}
29-
}
29+
}

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,4 @@ static void Main(string[] args)
3232
}
3333
}
3434
}
35-
}
36-
37-
38-
39-
40-
35+
}

Create and Edit Charts/Create Chart/.NET/Create Chart/Create Chart/Program.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,4 @@ static void Main(string[] args)
5656
}
5757
}
5858
}
59-
}
60-
61-
62-
63-
64-
59+
}

Create and Edit Formulas/Set Formula/.NET/Set Formula/Set Formula/Program.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,4 @@ static void Main(string[] args)
3434
}
3535
}
3636
}
37-
}
38-
39-
40-
41-
37+
}

Create and Edit Table/Create Table/.NET/Create Table/Create Table/Program.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,4 @@ static void Main(string[] args)
3131
}
3232
}
3333
}
34-
}
35-
36-
37-
38-
39-
34+
}

Data Validation/List Validation/.NET/List Validation/List Validation/Program.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,4 @@ static void Main(string[] args)
3838
}
3939
}
4040
}
41-
}
42-
43-
44-
45-
41+
}

Excel to CSV/Excel to CSV/.NET/Excel to CSV/Excel to CSV/Program.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ public static void Main(string[] args)
2323
}
2424
}
2525
}
26-
}
27-
28-
29-
30-
26+
}

Excel to PDF/Workbook to PDF/.NET/Workbook to PDF/Workbook to PDF/Program.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,4 @@ static void Main(string[] args)
3434
}
3535
}
3636
}
37-
}
38-
39-
40-
41-
42-
37+
}

0 commit comments

Comments
 (0)