I\'ve been working a lot with EPPlus to generate Excel files for the number of exports that my project requires me to do. Most of the exports that they want tend to match up per
I realized that when using @IronMan84's suggestion, if you're only interested in the row but not the column. You can use
ws.View.FreezePanes(3, 1); // (Freeze Row 2 and no column)