javascript - exceljs - Apply fill to cell range -




to apply fill particular cell exceljs doc helped me below code.

worksheet.getcell('a1').fill = {                 type: 'pattern',                 pattern:'solid',                 fgcolor:{argb:'ff0'}             }; 

but apply fill range of cells there no documentation , can't find google search.





wiki

Comments

Popular posts from this blog

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

Jenkins: find build number for git commit -

firebase - How to wait value in Ionic 2 -