caxlsx_rails and our current xlsx parser (creek) are experiencing errors with the latest version of Ruby (3.4). In addition to creek, we have tried the following xlsx parser gems with no success: simple_xlsx_reader, too, xsv, and rubyXL. The root of the problem seems to be that all are dependent on rubyzip which is not behaving correctly with ruby 3.3 or 3.4 at this time. There is a new version of rubyzip (3.0) currently in alpha that may address these errors, but the parser gems are not yet compatible.
Once these gems are updated, we want to use them to re-enable the following features:
- allow yearly integration to take a csv or xlsx
- allow works to download as a csv or xlsx
caxlsx_rails and our current xlsx parser (creek) are experiencing errors with the latest version of Ruby (3.4). In addition to creek, we have tried the following xlsx parser gems with no success: simple_xlsx_reader, too, xsv, and rubyXL. The root of the problem seems to be that all are dependent on rubyzip which is not behaving correctly with ruby 3.3 or 3.4 at this time. There is a new version of rubyzip (3.0) currently in alpha that may address these errors, but the parser gems are not yet compatible.
Once these gems are updated, we want to use them to re-enable the following features: