From 7683e213eaeab6dfa91fa602d850820cb0ab7bf4 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Tue, 21 Feb 2017 23:25:10 -0800 Subject: [PATCH] README fix [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 407ed00..bde8387 100644 --- a/README.md +++ b/README.md @@ -554,7 +554,7 @@ files with the `.xls` extension will tell your computer to use Excel to open the file but Excel will know how to handle it. This library applies similar logic: | Byte 0 | Raw File Type | Spreadsheet Types | -|:-------|:--------------------------------------------------------------------| +|:-------|:--------------|:----------------------------------------------------| | `0xD0` | CFB Container | BIFF 5/8 or password-protected XLSX/XLSB | | `0x09` | BIFF Stream | BIFF 2/3/4/5 | | `0x3C` | XML | SpreadsheetML or Flat ODS or UOS1 |