Acquacoltura

Produzioni (tonnellate) da acquacoltura biologica per anno

Prodotto2015201620172018201920202021202220232024
Totale Italia5.4926.0448.7879.55411.5939.94920.61321.45716.25010.692
Carpe-----1010---
Cozze5.1884.6487.4128.2349.4349.60419.80710.34715.46310.132
Ostriche----------
Salmoni-----111012203
Spigole-2035434778616208224234
Storioni-------420-
Trote1507001301901901013-13013
Trote iridee-3561.040857736282925316013
Altre specie acquatiche1543201702301.18620812810.633233297
'; let base64 = function (s) { return window.btoa(unescape(encodeURIComponent(s))); }; let format = function (s, c) { return s.replace(/{(\w+)}/g, function (m, p) { return c[p]; }); }; let ctx = { table: html }; let link = document.createElement('a'); link.download = 'Acquacoltura.xls'; link.href = uri + base64(format(template, ctx)); link.click(); }); '; let base64 = function (s) { return window.btoa(unescape(encodeURIComponent(s))); }; let format = function (s, c) { return s.replace(/{(\w+)}/g, function (m, p) { return c[p]; }); }; let ctx = { table: html }; let link = document.createElement('a'); link.download = 'AcquacolturaCompleto.xls'; link.href = uri + base64(format(template, ctx)); link.click(); }) .catch((error) => { console.error('Error:', error); }); });