-
Notifications
You must be signed in to change notification settings - Fork 4.2k
1+1 = 10 #257
Comments
Hi, done some research here. there are two solutions:
Please add your input. Thanks, |
I've taken the approach of passing an array of cell addresses to the _generateRow() method rather than an array of cells, and selecting each cell within _generateRow() which eliminates this issue. |
…) in the HTML/PDF Writer causes caching problems with last cell in the range
Thanks for the investigation work @eplaut |
returns
Teste 1 10 10
The problem is in the cache control when writing HTML.
The function getCoordinate() returns the last location in the cache (_currentObjectID) and not the current cell.
I managed to solve the function "_genererateRow" in "Writer/HTML.php" line in 1112, but this is not the ultimate solution.
The text was updated successfully, but these errors were encountered: