Hi, I have an PHP script that start like this:
for ($x = 2; $x <= count($data->sheets[0]["cells"]); $x++) {
$familia = $data->sheets[0]["cells"][$x][1];
$subfamilia =...