Convert RTF files into XLS format while preserving formatting.
| Feature | RTF | XLS |
|---|---|---|
| Compression | N/A | N/A |
| Layout | Preserved | Preserved |
| Compatibility | Legacy | Modern |
Extracts tabular data from Rich Text Format (RTF) documents and converts it into legacy Excel (XLS) format for compatibility with older spreadsheet applications and corporate systems.
| Aspect | RTF Format | XLS Format |
|---|---|---|
| File Type | Rich Text Format document | Binary spreadsheet |
| Data Structure | Formatted text with tables | Worksheet cells |
| Compatibility | Word processors | Excel 97-2003 |
| Features | Text formatting | Formulas, charts, macros |
RTF (Rich Text Format) is a portable text format readable by virtually every word processor, supporting basic formatting like bold, fonts, and colors, but not macros or advanced layout.
XLS (Microsoft Excel 97-2003 Workbook) is Excel's legacy binary format, still common on older systems though superseded by XLSX.
What to expect: RTF carries little to no formatting of its own, so the XLS output will start plain — you can add styling afterward in a compatible editor.