Any idea where the setting is hiding for turning gridlines off while using excel 2003 from interop?
oXL.Windows.Application.ActiveWindow.DisplayGridlines = false;
write the code just before save excel code line.