This version includes the following improvements and fixes.
Added MEDIUMTEXT when cell > 21845 (MySQL unicode varchar limit)
MEDIUMTEXT is sufficient to handle to largest possible Excel Cell note.
MySQL has a maximum character limit of 65535 characters for VARCHAR and TEXT fields.
However, if you use a multi-byte unicode character set (i.e. Japanese, Arabic... etc.)
then the max character limit is 21845.