In Spread for WPF, users can save (export) spreadsheet data to multiple file formats and also load (import) data from various file formats into the Spread. Using code, you can save or load the entire spreadsheet component, a specific worksheet, or data from a particular cell range to several file formats. These features process spreadsheet data and formatting in the original format to the maximum extent possible. The SaveAs and Open methods are essential functions for managing files in different formats.
Refer to the following topics for detailed information on saving and loading files.