Method not implemented: PageHandler.endListBand while generating an Excel report #1427
-
Hello, I am not familiar with Birt, but here are my investigations. Here is what is going on: The report template looks like this: <body>
<list id="970">
<property name="dataSet">Master</property>
<list-property name="boundDataColumns">
<structure>
...
</structure>
</list-property>
<header>
<label id="347">
...
</label>
</header>
<detail>
<data id="971">
...
</data>
<list id="972">
<detail>
<table id="996">
... We can see a list in a list. I don't know if there is a limitation in Birt and that we should not be able to nest lists or if this is a bug in Excel emitter. [edit] Functional description: I reproduced with: Interestingly, I also tried with: Here is a screenshot of the resulting report: It would be nice if xls spudsoft would be able to produce xls and xlsx file just like this one. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I didn't understand you case exactly for that we would need a simple example to verify it. But for a detailed analysis or may be emitter enhancement we would need like mentioned before a simple example without external data sources. |
Beta Was this translation helpful? Give feedback.
-
You should also try the latest release from https://github.com/triestram-partner/birt - this is a fork where I used changes from the original author of the "Spudsoft emitter". Maybe it works with that fork. If it does, this might help in identifying the cause. |
Beta Was this translation helpful? Give feedback.
-
I have created th PR #1433 which includes the improvement of spudsoft xls/xlsx to show the list element with the table Screen with the result of the PR:Test report with small formating changes to test the excel layoutXLSX & XLS - result |
Beta Was this translation helpful? Give feedback.
I have created th PR #1433 which includes the improvement of spudsoft xls/xlsx to show the list element with the table
based on the given test report.
Screen with the result of the PR:
Test report with small formating changes to test the excel layout
NestedList.zip
XLSX & XLS - result
NestedList.xlsx
NestedList.xls