roo-rb / roo

Roo provides an interface to spreadsheets of several sorts.
MIT License
2.78k stars 503 forks source link

Ignore all richdata at 'xl/richData' of XSLX #552

Closed 545ch4 closed 3 years ago

545ch4 commented 3 years ago

Summary

When richData is used at Excelx i.e. embedded image data (https://docs.microsoft.com/en-us/openspecs/office_standards/ms-xlsx/4f3a80fd-1776-407f-8807-2497a4692dea) a second styles.xml (xl/styles.xml and xl/richData/richStyles.xml) will be mapped and result in a Zip::DestinationFileExistsError.

As richData is not implemented, we should ignore the corresponding entries.