Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage class not found for docProps/app.xml and xl/workbook.xml leading to error opening file #443

Open
rcuhljr opened this issue Jun 9, 2023 · 0 comments

Comments

@rcuhljr
Copy link

rcuhljr commented Jun 9, 2023

I receive two warnings during attempts to parse the file, and then the process fails with

*** WARNING: storage class not found for docProps/app.xml (http://purl.oclc.org/ooxml/officeDocument/relationships/extendedProperties)
*** WARNING: storage class not found for xl/workbook.xml (http://purl.oclc.org/ooxml/officeDocument/relationships/officeDocument)
WARNING: RubyXL::WorkbookRoot is not aware how to process RubyXL::GenericStorageObject
WARNING: RubyXL::WorkbookRoot is not aware how to process RubyXL::GenericStorageObject
NoMethodError: undefined method `root=' for nil:NilClass
from [snip].asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/rubyXL-3.4.22/lib/rubyXL/objects/root.rb:69:in `parse_zip_file'

The file was an .xls file from the CMS.gov website, https://www.cms.gov/medicare/medicare-part-b-drug-average-sales-price/2023-asp-drug-pricing-files the July 2023 ASP Pricing File which was opened in excel and saved as an xlsx file with no changes.

Here is the copy I tested with to reproduce the issue our users are seeing. CopyJuly_2023_ASP_Pricing_File_060223.xlsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant