node-excel-export icon indicating copy to clipboard operation
node-excel-export copied to clipboard

How to add formula to the cell?

Open pure-ajax opened this issue 7 years ago • 3 comments

pure-ajax avatar Apr 13 '18 06:04 pure-ajax

anyone ? i have the same problem

guncloud avatar Apr 24 '18 09:04 guncloud

too

rildomar avatar Sep 19 '19 19:09 rildomar

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!

inspectorr avatar Jun 16 '20 10:06 inspectorr