'.$linha['Nucleo'].' | ';
echo ''.number_format($linha['Ae'],'4', ',', '.').' | ';
echo ''.number_format($linha['Aw'],'2', ',', '.').' | ';
echo ''.number_format($linha['le'],'3', ',', '.').' | ';
echo ''.number_format($linha['lt'],'2', ',', '.').' | ';
echo ''.number_format($linha['Ve'],'3', ',', '.').' | ';
echo ''.number_format($linha['AeAw'],'3', ',', '.').' | ';
echo ''.$linha['AL'].' | ';
echo ''.$linha['ur'].' | ';
echo '';
}
mysqli_close($conexao);
?>