| Tests parsing a large spreadsheet into an in memory ruleset. This doesn't
really do anything much at present. Takes a shed-load of memory to dump
out this much XML as a string, so really should think of using a stream
in some cases... (tried StringWriter, but is still in memory, so doesn't
help).
Stream to a temp file would work: return a stream from that file
(decorate FileInputStream such that when you close it, it deletes the
temp file).... must be other options.
throws: Exception - |