Hi there,
I found that whenever I do the following:
sheet.SheetView.FreezeColumns(1);
sheet.Cell(1, 1).Select();
The Excel saved is unreadable by MS Excel. However, if I either don't select the first cell or don't freeze panes, the resultant Excel works fine.
I found that whenever I do the following:
sheet.SheetView.FreezeColumns(1);
sheet.Cell(1, 1).Select();
The Excel saved is unreadable by MS Excel. However, if I either don't select the first cell or don't freeze panes, the resultant Excel works fine.