If a cell's content is composed of parts with different styles, Cell.ct.s can be an array with multiple elements. However, current getCellValue API only extracts the first content part from s array. In order to retrieve full content, values in s array should be concatenated.
If a cell's content is composed of parts with different styles,
Cell.ct.s
can be an array with multiple elements. However, currentgetCellValue
API only extracts the first content part froms
array. In order to retrieve full content, values ins
array should be concatenated.