Skip to content

Commit bdcbc04

Browse files
authored
Update reading-and-writing-to-file.md
1 parent f8e31b3 commit bdcbc04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/reading-and-writing-to-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ versions of Microsoft Excel.
298298
**Excel 2003 XML limitations** Please note that Excel 2003 XML format
299299
has some limits regarding to styling cells and handling large
300300
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.
302302

303303
### \PhpOffice\PhpSpreadsheet\Reader\Xml
304304

@@ -718,7 +718,7 @@ extension.
718718

719719
**HTML limitations** Please note that HTML file format has some limits
720720
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.
722722

723723
### \PhpOffice\PhpSpreadsheet\Reader\Html
724724

0 commit comments

Comments
 (0)