Ziv-Barber / officegen

Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.64k stars 472 forks source link

Node.js Officegen assign color to cell for a generated excel #386

Open neeraj87 opened 2 years ago

neeraj87 commented 2 years ago

I am using officegen to generate excel sheet which is downloaded on the user's computer. I want to assign color to certain cells (mostly first cell in each row, based on certain condition) and assign color to the entire rows based on some other condition.

I went through the documentation but I was unable to find any documentation or code on how this can be done. I am not even sure if this is supported in officegen.

Does anyone have any knowledge or experience on how this can be done?