PHP Class Box\Spout\Common\Escaper\ODS

Inheritance: implements Box\Spout\Common\Escaper\EscaperInterface, use trait Box\Spout\Common\Singleton
Datei anzeigen Open project: box/spout Class Usage Examples

Public Methods

Method Description
escape ( string $string ) : string Escapes the given string to make it compatible with XLSX
unescape ( string $string ) : string Unescapes the given string to make it compatible with XLSX

Method Details

escape() public method

Escapes the given string to make it compatible with XLSX
public escape ( string $string ) : string
$string string The string to escape
return string The escaped string

unescape() public method

Unescapes the given string to make it compatible with XLSX
public unescape ( string $string ) : string
$string string The string to unescape
return string The unescaped string