carbone icon indicating copy to clipboard operation
carbone copied to clipboard

Fast and simple report generator, from JSON to pdf, xslx, docx, odt...

Results 109 carbone issues
Sort by recently updated
recently updated
newest added

Issue reproduced on two environments Environment1 Carbone Version: 3.00 Node Version: 14.16.0 LibreOffice Version: 7.0.4.2 RAM: 16GB Environment2 Carbone Version: 2.0.2 Node Version: 10.16.0 LibreOffice: 6.1.6.3 RAM: 4GB In our...

T: question
S: on hold

**Environment** Carbone Version: 3.2.3 Node Version: v14.17.3 Browsers: Chrome 92.0.4515.159 Desktop OS: Mac M1 **Expected Behaviour** The conditional works fine **Actual Behaviour** In the converted PDF, the conditional breaks. Result...

T: bug
S: work in progress

**Environment** Carbone Version: Carbone Studio (3.X.X) **Steps to reproduce** Template: `Cars number: {d.cars:len()} Toyota number: {d.cars[brand="Toyota"]:len()} ` Data: `{"cars": [ {"brand": "Lumeneo","power": 2}, {"brand": "Tesla","power": 3}, {"brand": "Toyota","power": 1}, {"brand":...

T: Feature
S: work in progress

I just follow the documentation like this: > const fs = require('fs'); const carbone = require('carbone'); var data = { firstname : 'John', lastname : 'Doe' }; carbone.render('./node_modules/carbone/examples/simple.odt', data, function(err,...

T: question
S: on hold

Hi, I'm having an issue with filtered array repetition. When I insert a value which is not from the array, Carbone will make copies of the template a number of...

T: bug

**Problem to solve** I would like to easily render my document which is stored in database. **Proposed solution** I'm not sure what the best method would be. **Describe alternatives you've...

T: question

Hi All, thanks for the great work you've done here! I wondering if it's possible somehow to render HTML text on a document template. I have HTML text stored from...

T: Feature
P: Low
S: on hold

good, I'm trying to generate a document through an .odt template, and that template has an image, but when the generated file is displayed, the image is not displayed, I...

T: bug

**Problem to solve** It would be nice to be able to (or is it already possible somehow?) insert blocks of rich text into a template. **Proposed solution** A function, maybe...

**Environment** Carbone Version: Carbone 3.1.0 Node Version: 15.12.0 Browsers: not related Desktop OS: Arch Linux Other: LibreOffice 7.1.1.2 **Expected Behaviour** When I have data array like let data=[{ "nbr1": 2,...

T: bug