We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello team I have some XLSX file from a partners, which has the next structure https://prnt.sc/26xp33s
I'm doing the next command
$filePrice = Excel::import($fileName, ['setIndexSheetByName' => true]); print_r($filePrice);
but as result I have
Array ( [0] => Array ( [] => ) [1] => Array ( [] => ) [2] => Array ( [] => ) [3] => Array ( [] => ) [4] => Array ( [] => ) [5] => Array ( [] => ) [6] => Array ( [] => ) [7] => Array ( [] => FEATURES ) [8] => Array ( [] => ) [9] => Array ( [] => HQ Dynamic, "Verify", "SMS-Info" Sender ID ) [10] => Array ( [] => ) [11] => Array
But why I have no a data from the table under the header?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello team
I have some XLSX file from a partners, which has the next structure
https://prnt.sc/26xp33s
I'm doing the next command
but as result I have
But why I have no a data from the table under the header?
Thanks
The text was updated successfully, but these errors were encountered: