dtjohnson / xlsx-populate

Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.
MIT License
956 stars 183 forks source link

Error: _RichText.style: Invalid arguments. #337

Open oscarvx00 opened 2 years ago

oscarvx00 commented 2 years ago

Hello, i found this error trying to write a cell with font color.

image

This is the code.

image

If i remove the styles it works and writes into the excel file but the RichText object can't read any property.