It is, of course, possible. You are limited only with your time to play with the xlsx format internals.
Check out this workspace https://playground.jsreport.net/w/anon/YslWzqJx
I've just used the original link and took the styles xml from the linked xlsx template.
I deleted the data/reports file and the storage/reports directory, then redeployed the deployment in our Kubernetes cluster, and it worked.
My guess is that GKE (Kubernetes Engine) applied an update that affected latency or something in the deployment, which might have corrupted some of the files I deleted.
I am not aware of our changes, but Chrome has changed the things recently quite a lot. It should be easy to try things with the latest to see the difference.
I can't delete it because there are formulas in the rows.
How do you fill in the values? Using xlsxInsert, xlsxAdd, and other transformation helpers?
Maybe you can use them to create the formulas dynamically as well instead of prefilling empty worksheet?
The images we are using are routed through an internal web server. Since JsReport uses headless chrome, the requests from the local server were getting blocked by our company's firewall since they were unidentified. Once we push to production, the images should show up. Check to see if you have a firewall blocking your images requested through a local headless chrome
i took a look today and this usage was never intended to work. as the docs shows, you should either use pptxTable as a row loop, or a vertical column loop.
you are trying to use the helper in two rows and this is not supported, you should try using the dynamic columns variation to get your desired layout.
If you have a single instance license, then you should attach the license only to one server. The dev servers should be marked with config
{
"license": {
"development": true
}
}
You will receive warnings in the studio and logs if you have multiple active servers with the same license.
If the question is that if you can apply the license key on one server, then stop the server and apply to a different server, then yes you can do this.
Move Topic
Disabled Categories are greyed out
This topic will be moved to the category
Looks like your connection to jsreport forum was lost, please wait while we try to reconnect.