Skip to content

Commit

Permalink
Merge pull request #552 from 545ch4/master
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoff authored Apr 27, 2021
2 parents cfbbe9e + 10adf5e commit 709464c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/roo/excelx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,11 @@ def process_zipfile_entries(entries)
entries.each do |entry|
path =
case entry.name.downcase
when /richdata/
# FIXME: Ignore richData as parsing is not implemented yet and can cause
# Zip::DestinationFileExistsError when including a second "styles.xml" entry
# see http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2
nil
when /sharedstrings.xml$/
"#{@tmpdir}/roo_sharedStrings.xml"
when /styles.xml$/
Expand Down

0 comments on commit 709464c

Please sign in to comment.