According to this link : http://plnkr.co/edit/w8w96ltypkxrZAWA54c1?p=preview I would set style to cell by this code :
s: { fill:{bgColor: {rgb: "034221" }},font:{name:"Aharoni"}}
but after downloading excel these styles are still not set.
According to this link : http://plnkr.co/edit/w8w96ltypkxrZAWA54c1?p=preview I would set style to cell by this code :
s: { fill:{bgColor: {rgb: "034221" }},font:{name:"Aharoni"}}
but after downloading excel these styles are still not set.
Copyright © 2021 Jogjafile Inc.
I received answerd , reason of this problem for dont adding full version of xlx-js, for avoid some this isuues adding : https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.10.5/xlsx.js to HTML file .