Skip Menu |

This queue is for tickets about the Spreadsheet-ReadSXC CPAN distribution.

Report information
The Basics
Id: 125342
Status: resolved
Priority: 0/
Queue: Spreadsheet-ReadSXC

People
Owner: Nobody in particular
Requestors: reinaldo.gomes [...] mutantbr.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.22



Subject: Spreadsheet::ReadSXC request!
Date: Thu, 17 May 2018 19:20:30 -0300
To: bug-Spreadsheet-ReadSXC [...] rt.cpan.org
From: Reinaldo Souza Gomes <reinaldo.gomes [...] mutantbr.com>
Dear mr. Christoph Terhechte, Could you please consider making ReadSXC compatible with reading sheets from a filehandle? I've been using Spreadsheet::Read to parse Excel sheets from filehandles, and it's been working well with XLS/XLSX files. However, I've noticed that it doesn't work when I try to read ODS sheets from filehandles. Only when I read them from the disk. The reason for this is because I'm downloading tons of files and I would like to avoid the high disk activity that this would cause, since I will remove them imediatly after parsing anyway. -- Reinaldo Gomes Analista de Sistemas Linux T: +55 (11) 3094-2130 <+55%2011%203094-2130> - r 62099 C: +55 (11) 94 <+55%2011%203094-2130>*515-9475* www.mutantbr.com [image: Assinatura Mutant.png]
Hello Reinaldo, I've just released 0.23 of Spreadsheet::ReadXSC, which now has read_sxc_fh(), which reads from a filehandle. Also consider using Spreadsheet::Read , which is a common wrapper for various spreadsheet/table-oriented modules. -max