Has there been any progess in this matter?
I'm having the same issue. Some Rows in my table span over 2 Pages. So even though different entries are recognized if a row spans over two pages, the information from the second Page gets lost.
Page 1
Header 1 | Header 2 |
---|---|
Row 1 | Row 1 - Text |
Row 2 | Row 2 - long text |
Page 2
Header 1 | Header 2 |
---|---|
Row 2 - more text | |
Row 3 | Row 3 |
In the example above I'd get the entire data from Row 1 and Row 3. But only the begining of Row 2 (long text) which is above the horizontal line and not the part from the second page ( more - text)
Is there any known workaround?