Relative Content

Tag Archive for javascriptnode.jsexcelxlsx

Preserving Markdown Styling in XLSX Generation

I am attempting to generate an XLSX file from a JSON object, where one of the fields contains Markdown text. While generating the XLSX file, I want to preserve the styling present in the Markdown text. I’ve tried using the xlsx module, but I haven’t been successful in retaining the styling.