Differences Between: [Versions 310 and 400] [Versions 39 and 400]
(no description)
File Size: | 106 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
SharedStringsManager:: (4 methods):
__construct()
throwIfSharedStringsFilePointerIsNotAvailable()
writeString()
close()
Class: SharedStringsManager - X-Ref
Class SharedStringsManager__construct($xlFolder, $stringsEscaper) X-Ref |
param: string $xlFolder Path to the "xl" folder param: Escaper\XLSX $stringsEscaper Strings escaper |
throwIfSharedStringsFilePointerIsNotAvailable() X-Ref |
Checks if the book has been created. Throws an exception if not created yet. return: void |
writeString($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 param: string $string |
close() X-Ref |
Finishes writing the data in the sharedStrings.xml file and closes the file. return: void |