Answers for "html file accept excel"

3

jquery accept only excel file

<input type="file" ID="fileSelect" accept=".xlsx, .xls, .csv"/>
Posted by: Guest on September-15-2020
0

html input file type csv

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

html file input accept excel file

accept=".xlsx,.xls,.csv"
Posted by: Guest on August-20-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language