Skip to content

Instantly share code, notes, and snippets.

View leighlatham123's full-sized avatar
:octocat:
Coding a portfolio

Leigh Latham leighlatham123

:octocat:
Coding a portfolio
  • England
View GitHub Profile
@leighlatham123
leighlatham123 / csv_parser.php
Last active July 28, 2021 12:38
Validate spreadsheet file and it's row data as UTF-8 (csv, xls, etc)
<?php
const MIMES = array(
'text/csv',
'text/plain',
'application/csv',
'application/vnd.ms-excel',
'application/vnd.ms-excel.sheet.binary.macroEnabled.12',
'application/vnd.ms-excel.sheet.macroEnabled.12',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'