Michael Alpert-Appell

Results 6 comments of Michael Alpert-Appell

👍 on this, it seems like `transformHeader` is incompatible with `worker: true` which really stinks. Even ```transformHeader: header => header``` seems like it fails; assuming the function is being passed...

I ran into this as well. Fyi, it seems like you can work around this by passing a string instead of an array of strings (I just joined my array...

I've managed to get a working fix for this issue, but it's fairly convoluted. ``` constructor(props) { ... const fontFamily = `fontfamily-${DEFAULT_FONT_FAMILY}`; const fontSize = `fontsize-${DEFAULT_FONT_SIZE}`; ... this.state = {...

Heya, really fantastic library you have here; turned out to be exactly what I needed, when I needed it. 🙌 Just chiming in to say I ran into this as...

Hey all: just an FYI but as far as I can tell this is still occurring. ``` var pObj = docx.createP() pObj.addText('regular text') pObj = docx.createListOfNumbers() pObj.addText('Ordered Option 1') pObj...

Hey, no worries and thanks a ton! Officegen has been saving my butt, it's a really great tool. 🙌