(no description)
File Size: | 86 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
SharedStringsManager:: (3 methods):
__construct()
writeString()
close()
Class: SharedStringsManager - X-Ref
__construct(string $xlFolder, Escaper\XLSX $stringsEscaper) X-Ref |
param: string $xlFolder Path to the "xl" folder param: Escaper\XLSX $stringsEscaper Strings escaper |
writeString(string $string) X-Ref |
Writes the given string into the sharedStrings.xml file. Starting and ending whitespaces are preserved. return: int ID of the written shared string |
close() X-Ref |
Finishes writing the data in the sharedStrings.xml file and closes the file. |