[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 103 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
SharedStringsHelper:: (4 methods):
__construct()
throwIfSharedStringsFilePointerIsNotAvailable()
writeString()
close()
Class: SharedStringsHelper - X-Ref
Class SharedStringsHelper__construct($xlFolder) X-Ref |
param: string $xlFolder Path to the "xl" folder |
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. param: string $string return: int ID of the written shared string |
close() X-Ref |
Finishes writing the data in the sharedStrings.xml file and closes the file. return: void |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |