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

**Problem to solve** I have a table of contents (TOC) I want to create for a report. Some parts of the TOC are supposed to be colored differently depending on...

**Environment** Carbone Version: 3.2.3 (also tested with 2.1.1 with similar results) Node Version: v16.13.0 Desktop OS: Mac Os 11.6.7 Big Sur **Expected Behaviour** Excel "dynamic paramters" example provided by carbone.id:...

T: bug

Hi, Has anyone had any luck integrating with a Libreoffice 6.2.x or 6.3.x in a linux environment? I set PYTHONPATH="/usr/lib/libreoffice/program" so that Carbone can find Uno, but I get some...

T: question
P: Low
S: on hold

Hello, I've tried using the font Gagalin in my pdfs so I installed it on my carbone server but it wont be used in my generated pdf. I've put the...

T: bug

Closes https://github.com/carboneio/carbone/issues/119 Allow passing both template file **path** or a **buffer** created using the template file. As carbon internally tries to indicate the template type (xlsx, odt,...) by its extension...

this happens when a dot string is passed to any of the custom functions as a single character a simple example would be: {'home':ifEM():show('-'):elseShow('.')}

T: bug

**Environment** Carbone Version: 3.2.3 Node Version: 14.17.3 Browsers: none Desktop OS: Win10 **Expected Behaviour** When two fields are separated by a space in the template, the space should be preserved...

T: bug
S: needs reproduction

When template contains two fields on the same line separated by a space character sometimes Word (tested with v16.60 on Mac) saves the xml structure in such a way that...

**Environment** Carbone Version: [email protected] Node Version: v16.11.1 Browsers: Brave Version 1.36.109 Chromium: 99.0.4844.51 (Official Build) (x86_64) Desktop OS: Mac Os Other: LibreOffice: 7.3.1.3 **Expected Behaviour** Have the same one page...

T: bug

The doc contains many examples with `{t('foo')}`. https://carbone.io/documentation.html#translations While the right syntax if just `{t(foo)}`.

T: bug