On the table there is a table when clicking on the button, it should be downloaded to the excel file.
Found this way:
$('table.views-table.cols-7').click(function() { var url = 'data:application/vnd.ms-excel.xls,' + encodeURIComponent($('table.views-table.cols-7').html()) location.href = url return false }) click put on itself (not fundamentally), but a simple file is downloaded, not without any extension
what attributes can this file have and how to set them, well, the same name for example. Is there any article?