Ahhhh!
Thank you very much, I didn't notice that.
Ahhhh!
Thank you very much, I didn't notice that.
https://playground.jsreport.net/w/anon/8k9Qyj1f
I was testing, basically if the name has a space, it only takes the first word, and as they all start with the same word, it gives this "recovered sheet" error, so the solution for now will be to try to put a dash between each word.
{{#each datasource}}
{{#if companyDescription}}
<table class="table" id="tabela" data-sheet-name={{companyDescription}}>
I tried to do it like this, but then I got an error:
Since, in the first sheet, more than one word should have appeared, and in the others this error appears: "recovered_sheet".
Is there any way I can change the name of the sheets?
(I use a {{#each}} to create each of these tables)
and I wanted each one to have the name of a variable that is inside each loop.
The data {{scores}} arrives as a long line. Would it be possible for me to automatically wrap the text as if it were in normal Excel?
I tried to change the json as the file came but it didn't work.