Description
I would like to implement a new storage plugin for Excel files which would support reading and writing of these.
It would be implemented using Apache POI project:
https://poi.apache.org/spreadsheet/
The most recent component of POI called SS supports both .xlsx and .xls format which is particularly convenient, as this will uniformly allow the coverage of of both formats.
First version would feature only read functionality.