(no description)
File Size: | 47 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
escape(string $string) X-Ref |
Escapes the given string to make it compatible with XLSX. param: string $string The string to escape return: string The escaped string |
unescape(string $string) X-Ref |
Unescapes the given string to make it compatible with XLSX. param: string $string The string to unescape return: string The unescaped string |