Subject: | Capability to add multiple CSV files as "sheets" |
It would be useful when building tests for tools built from S::R to be able to provide multi-sheet structures based on CSV data. I have a few modules used in-house to process multi-sheet forms. I like to include testing for my form processing. I don't like including a binary file in my source.
All I care about in the test is that the processing of the S::R data structure is handled correctly, not that S::R parses an Excel, LibreOffice, or some other raw file content. By using CSV for single-sheet workbooks, I am able to include the data in a much-reduced form in the test itself. For multi-sheet workbooks, I need to include an XLS test file in my distribution.
I may also just be missing some mechanism in the current code to allow for this.
Thanks,
MLX