Skip to content

upgrade caxlsx_rails and xlsx parser #108

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions