i can save a datagrid using code:
i wish to give the user the option to save in either Excel2003 or Excel2007 format. What changes do i need to make in the code and what about additional references and imports? thanks...
Code:
saveFileDialog.Filter = "Excel2007 (*.xlsx)|*.xlsx|All files (*.*)|*.*"