in reply to Re: Spreadsheet::Read Open File from the cloud
in thread Spreadsheet::Read Open File from the cloud

Thanks, it is a very nice piece of code, but it failed as I suspected, because referenced module Spreadsheet::ReadSXC does not support streams. I got this error:

Sorry, references as input are not (yet) supported by Spreadsheet::ReadSXC at C:\Temp\read-ods.pl line 22.

Anyway, I could save to a temp file (actually mirrored) and then used it as it previously did.

Replies are listed 'Best First'.
Re^3: Spreadsheet::Read Open File from the cloud
by ikegami (Patriarch) on Oct 01, 2019 at 15:47 UTC

    The underlying parser may require a path to an actual file (as opposed to a file handle). parser => 'ods' is such a parser. So create one!