File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ versions of Microsoft Excel.
298
298
** Excel 2003 XML limitations** Please note that Excel 2003 XML format
299
299
has some limits regarding to styling cells and handling large
300
300
spreadsheets via PHP.
301
- Also, only files using charset UTF-8 are supported.
301
+ Also, only files using charset UTF-8 or ISO-8859- * are supported.
302
302
303
303
### \PhpOffice\PhpSpreadsheet\Reader\Xml
304
304
@@ -718,7 +718,7 @@ extension.
718
718
719
719
** HTML limitations** Please note that HTML file format has some limits
720
720
regarding to styling cells, number formatting, ...
721
- Also, only files using charset UTF-8 are supported.
721
+ Declared charsets compatible with ASCII in range 00-7F, and UTF-8/16 with BOM are supported.
722
722
723
723
### \PhpOffice\PhpSpreadsheet\Reader\Html
724
724
You can’t perform that action at this time.
0 commit comments