=QUERY(IMPORTXML("https://fuelo.eu/?convertto=eur", "//table[@class=('table table-striped table-hover tablesorter')]//tr"), "Select Col1, Col2, Col6, Col10 label Col1 'Countries', Col2 'Gasoline', Col6 'Diesel', Col10 'AutoGas'")
=QUERY(
IMPORTXML(
"https://fuelo.eu/?convertto=eur",
"//table[@class=('table table-striped table-hover tablesorter')]//tr"
),
"Select Col1, Col2, Col6, Col10
label Col1'Countries', Col2'Gasoline', Col6'Diesel', Col10'AutoGas'
format Col2'€ 0.00', Col6'€ 0.00', Col10'€ 0.00'"
)