Skip to content
New issue

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

Impossible read/import some files #47

Open
DesRodman opened this issue Feb 17, 2022 · 0 comments
Open

Impossible read/import some files #47

DesRodman opened this issue Feb 17, 2022 · 0 comments

Comments

@DesRodman
Copy link

DesRodman commented Feb 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant