View on GitHub

dotnet-eud

.NET Controls End-User Documentation

Import and Export Text Files

The Spreadsheet provides the capability to save a workbook as a text file (.txt or .csv) or load data from text files.

Save a Workbook as a Text File

  1. To save a workbook as a text file, go to the File tab, and in the Common group, click the Save As button.

    SaveAsDialog.png

  2. In the Save As dialog box that is invoked, select the Text (Tab-delimited) or CSV (Comma-delimited) item from the Save as type drop-down list.

    SaveAsTxt.png

The main features of the tab-delimited and comma-delimited file formats are described below.

Load Data from Text Files

  1. To load data from text files (.txt or .csv), go to the File tab, and in the Common group, click the Open button.

    LoadWorkbook.png

  2. In the Open dialog box that is invoked, locate the text file you wish to open and click Open.

    LoadAsCsv.png