node-excel-export
node-excel-export copied to clipboard
How to add formula to the cell?
anyone ? i have the same problem
too
Hi, in case someone encounter this problem too, I've just made a fix for this: https://github.com/inspectorr/node-excel-export/
You can pass an object of shape { formula: 'A1+B1', style: {} } as entry of array-of-arrays data.
See no sense in making a pr cause this hotfix also uses another hotfix fork of xlsx-style. Hope it helps somebody!