carbone
carbone copied to clipboard
Fast and simple report generator, from JSON to pdf, xslx, docx, odt...
**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:...
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...
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...
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('.')}
**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...
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...
The doc contains many examples with `{t('foo')}`. https://carbone.io/documentation.html#translations While the right syntax if just `{t(foo)}`.