Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Spreadsheet::Read Open File from the cloud

by vitoco (Hermit)
on Oct 01, 2019 at 14:09 UTC ( [id://11106910]=note: print w/replies, xml ) Need Help??


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!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11106910]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-25 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found