mdgozza

Results 11 comments of mdgozza

Hi @felixmosh I ran into this issue as well. It appears the only proper way to remove repeatable jobs is to use the `removeRepeatable` methods https://github.com/OptimalBits/bull/blob/master/REFERENCE.md#queueremoverepeatable I simply wrote something...

@dtjohnson Could you provide some links in regards to the specification or a high-level overview I could follow to begin building this optimization? I believe, with large workbooks, this is...

@LesterLyu If I created a Style object manually and provided it to cells using`cell.style()` call, would they use / reference the same style object? In `Cell.js` ```js .case('Style', style =>...

I believe I've built an MVP solution for the individual styles per cell problem. I'll explain below and if you'd like me to continue with this approach, or similar, I'd...

It’s been a long while since I’ve looked at this. @dresende your approach is definitely better, maybe one day I will look to implement it. @papb I didn’t think you...

Update: I can reproduce this issue when I'm dealing with sheets > 1,000 rows in length and 38 columns wide. I'm not too sure how to continue debugging, but will...

> Try if this works: https://github.com/LesterLyu/xlsx-populate/tree/issue-157 > > ```js > npm install https://github.com/LesterLyu/xlsx-populate.git#issue-157 > ``` @LesterLyu Afraid that version of xlsx-populate does not solve my problem, if it is the...

I believe I have concluded this issue ( or at least my issue ) to be directly related to #188 . When there are less rows, my workbook opens perfectly...

Hi everyone. @whummer I am having the exact same problem and can confirm that disabling `mountCode` fixes it for me as well. I only enabled this because the docs say...