roo-rb / roo-xls

Roo::Xls add support for legacy Excel file standards to Roo.
MIT License
82 stars 82 forks source link

[Excel 2003 XML] Font style (bold/italic/underline) appears broken #43

Closed ms-ati closed 6 years ago

ms-ati commented 6 years ago

Although the existing codebase appears to intend to support detecting font styling (bold/italic/underline) via the #font method, it appears broken with any file I can generate on Mac OS X Excel when saving in the 2002/3/4 XML format.

The failure appears to be, among other things, due to failure to namespace the attributes that are used for XPath lookups.

See #42 for example files.

ms-ati commented 6 years ago

I think this is a duplicate of issue #33

ms-ati commented 6 years ago

Fixed in #45