You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreXLSX (0.14.1) -- I'm using this one just because there's a CocoaPod for it.
Description of the bug
Cells in Excel which contain mixtures of font styles -- like italics and bold -- produce sharedStrings XML that include tags to mark the styles. For example, the word Italic within a cell:
Version
CoreXLSX (0.14.1) -- I'm using this one just because there's a CocoaPod for it.
Description of the bug
Cells in Excel which contain mixtures of font styles -- like italics and bold -- produce sharedStrings XML that include tags to mark the styles. For example, the word Italic within a cell:
But CoreXLSX does not parse those formatting tags. This makes it impossible for Swift code to differentiate one font style from another within a cell.
Steps to reproduce
let sharedStrings = try file.parseSharedStrings()
There are no fields defined which handle the those XML tags .
The text was updated successfully, but these errors were encountered: