Hi Jahn, this template renders without any problems in jsreport v2.11.0, but not in the latest version. What could be the reason for this, and can it be solved by adding anything to the configurations?
Posts made by ziyacanerandac
-
RE: Excel Template Render Timeout issueposted in general forum
-
jsreport.templatingEngines.createStream does not work for xlsxposted in general forum
Hello, I'm jsreport. I'm using version 4.10.1 and I found an example of the stream structure in the release notes https://playground.jsreport.net/w/admin/Iu6v6TJJ We can do this for csv, but can't we do it for xlsx?
also l tired in playgraound like that https://playground.jsreport.net/w/anon/wRrlsnva
-
RE: Jsreport xslx dynamic conditional formatingposted in general forum
No, no, because I will create a dynamic template in the future, I cannot do it by uploading a template, how can I do this dynamically with out template?
-
Jsreport xslx dynamic conditional formatingposted in general forum
When I do conditional formatting, the cell is not colored but the formula is applied, what l can ı do ?
https://playground.jsreport.net/w/anon/dIE_8dp4
some body can help me ? -
xlsx freeze rows problemposted in general forum
Hello, when I create a dynamic sheet in the xlsx template, I want to freeze the first 2 rows of the shhet. I want to apply it in the example I left below. How can I do this?
thank you.
-
xlsx replace problem in dynamic sheetsposted in general forum
Hello, I was creating an Excel report with dynamic shhet in jsreport, but when the number of incoming data is 48 or more, I get an error that I cannot understand. I think there is a problem with xslx replace. Below is the link I prepared as an example (note: the time and the number of data here must be the same and mock You can delete the number of data from the data and test it from the export, import and time array. Up to 47 codes work.)
thank you in advance -
RE: Problem of not being able to use Autofit in xlsx or html-to-xlsx formatposted in general forum
thank you for your help l fix my problem
-
Problem of not being able to use Autofit in xlsx or html-to-xlsx formatposted in general forum
Greetings, can autofit be made according to the length of the incoming data in reports in xslx or html-to-xlsx format? From the link below
There are two examples I made in playgraound. Although I used the "xlsxColAutofit" feature in the html-to-xlsx example, it did not work. Can you help me with this? -
RE: Error while opening xlsx recipe report after downloading in localposted in general forum
I could figure out that if I delete all the codes for sheet1 and sheet3, I get no error
So the error only comes from the sheet1 and sheet3 codes
But at the same time, I couldn't figure out where is the issue coming exactly from -
RE: Error while opening xlsx recipe report after downloading in localposted in general forum
https://playground.jsreport.net/w/anon/fNQjDXCQ
when you download it you can show this error. -
Error while opening xlsx recipe report after downloading in localposted in general forum
Hello everyone,
I am facing some issues while opening an excel report made using xlsx recipe.The report runs just fine when I try running it on the jsreport studio but after downloading the report on my local, it gives the following error. I will attach the screenshot of the error while trying to open the report.

-
Html to xlsx vertical textposted in general forum
hi, sir, I want to write in html to xlsx format as a text vertical, but this does not support all css formats, I wonder how I can do this, thank you in advance
-
dynamically create excel sheet using xlsxposted in general forum
Hello sir,
how to dynamically create excel sheet using xlsx receipe ?thanks for your help.
-
HTML-XLSX craches with too large JSONposted in general forum
hello sir,
we got crash page error l share all my document about it (dockerfile and rancher logs) could you help me about this issue ?

-
json.stringify javascript cut objectposted in general forum
hello sir,
when we send the data using json.stringify function , this function is cut the data.
l can share to example and l have question is there any limit of js report data part ?

-
Error while executing html-to-xlsx recipeposted in general forum
Hello sir,
l got this errorError when processing render request 8 Error while executing html-to-xlsx recipe. Navigation failed because browser has disconnected! Error: Error while executing html-to-xlsx recipe. Navigation failed because browser has disconnected!
l share our config file could you help me this problem ?
{
"allowLocalFilesAccess":true,
"reportTimeout": 600000,
"store":{
"provider":"fs" },
"extensions":{
"fs-store":{
"dataDirectory":"data",
"syncModifications":true,
"sync":{
"usePolling":true }
},
"express":{
"inputRequestLimit":"250mb" }
},
"templatingEngines": {
"numberOfWorkers": 2,
"strategy": "in-process" }
}