I'm attempting to view the styling on my cells. I have whole rows that have a red background that need to be singled out. However, when I use cellStyles, I'm not seeing the 's' key in the cell object. Here's how my code is looking when reading the excel sheet. Data is the file, as I am using a file upload interface.
XLSX.read(data, {type: 'array',cellStyles: true}))
When viewing in the console, I'm not seeing the 's' field indicated that the styling will show there. I'm expecting a filled red background in 'A1'.
Thanks!

We offer this in the Pro compendium. Since companies have paid for the features already, it would be unfair to them if we turned around and made it available as open source. We have a longer comment in a gist.