' Save the data and formatting to an XML file FpSpread1.Save("c:\SpWinFile1.xml", False)
' Save the data to an Excel-formatted file, including headers FpSpread1.SaveExcel("c:\excelfile.xls", FarPoint.Win.Spread.Model.IncludeHeaders.Both)
' Save unformatted data to a text file FpSpread1.Sheets(0).SaveTextFile("c:\filerange.txt", True)