Steeve Payraudeau

Results 62 comments of Steeve Payraudeau

Hello @isfang, thank you for reaching us! Carbone is not able yet to generate DOCX reports with charts and this is a project coming for 2021. I keep your use...

Yes, I already analyzed and noted that part for future development ;)

Hello @mjunkin, thank you for reaching us. It is a known issue and we are working on it. Until the fix, aliases should start with different letters.

Hello @mjunkin, we found the issue and the fix is coming.

Hello @edgrasso, sorry for the delay. You can already change default values with the `set` function: ``` const carbone = require('carbone') carbone.set({ factoryMemoryFileSize: 2, factoryMemoryThreshold: 25 }) ``` Let me...

Hi @dail8859, thank you for reaching us! The issue is known since Carbone supports XLSX files, it's an architecture choice but we plan to rework this part. Until the fix,...

Hi, We are investigating the idea again, we will come back to you.

Hello @pilotkid, Have you tried to replace the absolute path by `path.join('snapshot', 'build_report', 'test.docx')`? Does it work with different templates?

Hello @pilotkid, First, I passed the absolute path to Carbone with: `const reportPath = path.join(__dirname, "template.docx");`. I replicated the issue and it is not coming from the readFile. The issue...

Hello @grahampcharles, it's working on my side, can you share a template example to replicate the issue? We have to analyze the XML.