in reply to Re: Speeding up Spreadsheet::XLSX file load in UNIX
in thread Speeding up Spreadsheet::XLSX file load in UNIX

If someone would (re)write this module using a proper (fast) XML parser, preferably with the option to select whatever (working) XML parser is installed, that would really help this module

I plan to write an Excel::Reader::XLSX module once Excel::Writer::XLSX reaches full compatibility with Spreadsheet::WriteExcel (in 2-3 months).

The main aim will be a parser that is fast and has low memory usage. It will probably be based around XML::Twig.

--
John.

Replies are listed 'Best First'.
Re^3: Speeding up Spreadsheet::XLSX file load in UNIX
by Tux (Canon) on Jul 05, 2011 at 11:53 UTC

    YEAH! jmcnamara++. Once you have a prototype working, I'd like to check it in Spreadsheet::Read (and support it there).


    Enjoy, Have FUN! H.Merijn