Update README.md

This commit is contained in:
Adrien Loison 2015-08-21 10:58:11 -07:00
parent f8d0ac2682
commit 366f121eb0

View File

@ -199,6 +199,11 @@ $writer->setShouldUseInlineStrings(true); // default (and recommended) value
$writer->setShouldUseInlineStrings(false); // will use shared strings $writer->setShouldUseInlineStrings(false); // will use shared strings
``` ```
> ##### Note on Apple Numbers and iOS support
>
> Apple's products (Numbers and the iOS previewer) don't support inline strings and display empty cells instead. Therefore, if these platforms need to be supported, make sure to use shared strings!
#### New sheet creation #### New sheet creation
It is also possible to change the behavior of the writer when the maximum number of rows (1,048,576) have been written in the current sheet: It is also possible to change the behavior of the writer when the maximum number of rows (1,048,576) have been written in the current sheet: