moonlandsoft / yii2-phpexcel

Exporting PHP to Excel
MIT License
135 stars 89 forks source link

Validation #26

Open devJPL opened 6 years ago

devJPL commented 6 years ago

How to Validate the Column ?

avarik-anam commented 5 years ago

to validate the column? what do you mean? i don't understand about your mean. can you explain what you mean?

Reyemneirda commented 4 years ago

He means by example a column "last_name" to import and in the file the column name is "last_name " the extra space will prevent the import. So either you do a validation to ensure, or you sanitize the column name but i don't know how that's possible