Thank you for the answer. I will try it.
koccintosful
@koccintosful
Posts made by koccintosful
-
RE: Additinal fonts to jsreport Azure Docker image
-
Additinal fonts to jsreport Azure Docker image
Hi!
We are running jsreport 2.5-full docker image in an Azure Docker container.
I'd like to install the additional fonts what are mentioned in the next link, but I cannot open the SSH console.
https://forum.jsreport.net/topic/316/pdf-cannot-display-the-correct-charset-even-utf8-was-set-at-html-meta-tagPlease help me, how to configure the ssh connection, or how to install the additional fonts.
Thanks in advance,
Zoltan
-
RE: mssql connection string in Azure
Hi!
Really, the system knows everything! :)
Thank you for the quick answer,
Z -
mssql connection string in Azure
Hi!
For the mssql connection string I have to define the extensions_mssql-store_uri in the Azure app service configuration. But unfortunately the Azure does not accpet the "-" char in the parameter name. Please give me advise how can I set the mssql connection string.
Thank you in advance,
Zoltan
-
RE: xlsxReplace put new value into wrong cell
I managed to find a workaround: if I specify the target cell directly, the new cell will be put into the right place:
{{#xlsxReplace "xl/worksheets/sheet1.xml" "worksheet.sheetData[0].row[1].c[0]"}}
<c t="inlineStr" r="B3"><is><t>Date: 2/9/2018</t></is></c>
{{/xlsxReplace}} -
xlsxReplace put new value into wrong cell
Hi,
I'd like to ask your help reagrding the xlsxReplace.
There's an excel template in which I'd like to replace the "Date" cell. This cell is in the B3 position. (empty A3)
If I run replce for the "worksheet.sheetData[0].row[1].c[0]" xmlPath, it removes the B3, but creates the A3 insted of it.
https://playground.jsreport.net/studio/workspace/ByVueNoIf/7How should I define the xmlPath to put the new value into B3?
Thanks in advance,
-
RE: previewInExcelOnline at Azure app service
Thank you for the quick answer!
-
previewInExcelOnline at Azure app service
Hi,
I'd like to ask your help regarding the xlsx_previewInExcelOnline Azure app service what is deployed using the jsreport/jsreport:latest-full docker package.
I tried to set the jsreport just download the Excel file after rendering, not to send it to an office server. But even if I set the xlsx_previewInExcelOnline=false the jsreport still sends the excel to the server what is defined in the xlsx_publicUriForPreview parameter.I set these parameters:
xlsx_previewInExcelOnline = false
xlsx_publicUriForPreview = http://mypublicSever
xlsx_numberOfParsedAddIterations = 50
xlsx_addBufferSize = 50000000If I left the xlsx_publicUriForPreview empty, it used the original server uri.
Please give me advice how can I set the download option for preview.Thanks in advance,
-
RE: phantomjs 2.1.1 in .net local jsreport
Thank you for the really quick answer! I managed to render the report by the phantomjs v2 using your instruction. Thanks!
-
phantomjs 2.1.1 in .net local jsreport
Hi!
How can I set phantomjs 2.1.1 for recipe in .Net version of local jsreport package? What should I install in order I could use choose the new recipe.
Thanks!