weshatheleopard / rubyXL

Ruby lib for reading/writing/modifying .xlsx and .xlsm files
MIT License
1.28k stars 255 forks source link

Avoid warning after setting creator or modifier when opening in excel #360

Closed alexkuebo closed 4 years ago

alexkuebo commented 4 years ago

Excel shows up a warning when xsi:type="dcterms:W3CDTF" is set in docProps/core.xml on dc:creator or cp:lastModifiedBy.

weshatheleopard commented 4 years ago

Can't even think why those particular nodes were set to StringNodeW3C (which are for dates). Probably a typo.