Excel Files
Read and write Microsoft Excel files.
XLSX (Excel 2007+)
:e workbook.xlsx
:w output.xlsx
Supports: * Multiple sheets * Cell values and formulas * Number formatting * Conditional formatting (limited) * Named ranges
XLS (Excel 97–2003)
Read-only support via xlrd:
:e legacy.xls
Requires the xlrd optional dependency:
$ pip install vimsheet[full]
Limitations
XLSX macros are not executed.
Some advanced Excel formatting may not be preserved.
PivotTables and charts are not imported.