Cannot import to mysql database the whole content of excel cells containing long text #2729
-
I am a new user of PhpSpreadsheet and was able to import the excel data to MySQL database. The only problem is, for cells containing long text, only a portion of the cell contents are being imported. What could be the problem? Below is the code: require_once 'vendor/autoload.php'; use PhpOffice\PhpSpreadsheet\Spreadsheet; if (isset($_POST['submit'])) {
I will highly appreciate your help. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is already resolved.. |
Beta Was this translation helpful? Give feedback.
This is already resolved..