This is more of a general question then anything else.
Am I correct in assuming that xlsx/sheetjs does not allow reading the cells style?
I can access cell.h, which returns the cells string, with style ie.<b>hello</b> world
, but I can not access cell.style which would return bold (cell.s returns the style of background and foreground, but not the cells style as such (bold,italic,underline etc)).
As far as I understand this option is only available in pro?
sheetjs
/xlsx
does not allow access to cell styles. It is only allowed in pro version (xlsx-pro
).
I got confirmation in this discussion / comment thread.