fast-excel icon indicating copy to clipboard operation
fast-excel copied to clipboard

Cannot import/read/parse xlsx from s3

Open c00p3r opened this issue 2 years ago • 0 comments

So I store a file in s3 as temp sotrage and then try to import/parse it but get reader exception I can't pass the file itself to import function as it expects string file path so I tried to add s3:// but failed again because during debugging I saw this vendor/box/spout/src/Spout/Reader/XLSX/Reader.php

/**
     * Returns whether stream wrappers are supported
     *
     * @return bool
     */
    protected function doesSupportStreamWrapper()
    {
        return false;
    }

can anyone advice if I can import from s3?

c00p3r avatar Jun 10 '22 13:06 c00p3r