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?
Posts made by ziyacanerandac
-
RE: Jsreport xslx dynamic conditional formating
-
Jsreport xslx dynamic conditional formating
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 problem
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 sheets
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 format
thank you for your help l fix my problem
-
Problem of not being able to use Autofit in xlsx or html-to-xlsx format
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 local
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 local
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 local
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 text
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 xlsx
Hello sir,
how to dynamically create excel sheet using xlsx receipe ?thanks for your help.
-
HTML-XLSX craches with too large JSON
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 object
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 recipe
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" }
}