When looking at the list of Styles, I would expect 'STRIKEOUT' to appear in the fontDecoration field of a style object for cells that have been formatted with a strikethrough
Actual Behavior
the 'STRIKEOUT' never appears, but BOLD, ITALIC and UNDERLINE work.
I'd like to confirm the issue:
creating a style using: createStyle(textDecoration = "strikeout")
does not contain a "strikeout" value textDecoration
strikewb$styleObjects[[x]]$style$fontDecoration = character(0)
Expected Behavior
When looking at the list of Styles, I would expect 'STRIKEOUT' to appear in the fontDecoration field of a style object for cells that have been formatted with a strikethrough
Actual Behavior
the 'STRIKEOUT' never appears, but BOLD, ITALIC and UNDERLINE work.
Steps to Reproduce the Problem
(please attach an example xlsx file if possible)
load the attached workbook test font.xlsx
run the following piece of code
sessionInfo()