-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hi SystemDevil, i used your implementation, and it´s perfect!, but i´ve found on lines 227 and 229, that you call $cell_format which should be $value to work ok.
} else if ($cell_format=='date') {
Should be
} else if ($value=='date') {
Apart from that it´s working really good, again, million thanks for sharing!
Metadata
Metadata
Assignees
Labels
No labels