Answers for "file field with excel file accept"

2

html input type file accept excel

<input type="file" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
Posted by: Guest on October-28-2021
3

html input type file accept excel

<input id="fileSelect" type="file" accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel" />
Posted by: Guest on May-14-2020

Code answers related to "file field with excel file accept"

Browse Popular Code Answers by Language