Answers for "input type file accept word excel"

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 "input type file accept word excel"

Browse Popular Code Answers by Language