Rev 8311 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 8311 | Rev 10044 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | \ |
3 | \ |
| 4 | Spreadsheet formats |
4 | Spreadsheet formats |
| 5 | 5 | ||
| 6 | csv (comma-separated values) and tsv (tab-separated values) are text formats |
6 | csv (comma-separated values) and tsv (tab-separated values) are text formats |
| 7 | for spreadsheet data. Most spreadsheet programs recognize both of them. |
7 | for spreadsheet data. Most spreadsheet programs recognize both of them. |
| - | 8 | <p> |
|
| - | 9 | ods is the spreadsheet format defined by the OpenDocument ISO standard. It is supported by LibreOffice and OpenOffice, and it should be supported by any fair spreadsheet program. |
|
| - | 10 | </p> |
|
| - | 11 | ||
| 8 | 12 | ||