mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
disable type detection
This commit is contained in:
@ -221,6 +221,7 @@ class SimpleXLSXGen {
|
||||
if ( preg_match('/^[0-9+-.]+$/', $v ) ) { // Long ?
|
||||
$cs = 7; // Align Right
|
||||
}
|
||||
$v = ltrim($v,"\0"); // disabled type detection
|
||||
$ct = 's'; // shared string
|
||||
$v = str_replace(['&','<','>'],['&','<','>'], $v);
|
||||
$cv = false;
|
||||
|
Reference in New Issue
Block a user