Hi.
Hi,
Hi. Sorry for delay. There is test case (that at this moment are failed) and template.
Hi Alexey,
Thank you for sharing your sample spreadsheet and code snippet.
We are able to observe the problem of incorrect row height while using the latest version of Aspose.Cells for Java 7.7.0.4. A ticket has been logged in our bug tracking system for further investigation and correction purposes. The ticket Id for your future reference is CELLSJAVA-40709.
As discussed earlier, we have currently implemented the feature of restoring the Column width to its previous size by passing a negative value as second parameter to the Cells.unhideColumn method. We have now logged a ticket to provide an equivalent feature for Rows as well. The ticket Id in this reference is CELLSJAVA-40708.
Please spare us little time to properly analyze the both mentioned issues in more detail. In the meanwhile, we will keep you posted with updates.
Hi Alexey,
Thanks for using Aspose.Cells.
If the resolution of screen is 96, the stored height of Row 3 is 80.01
points (106.8 pixels) in the file, but MS Excel showed the row height in unit of
Pixels, so the row height is 106 pixels (79.5 points).
If the resolution is
changed, you will get different row height in Ms Excel.
So please directly
use Cells.GetRowHeightPixel(int row) method.
Hi Shakeel Faiz.
Hi,
Please download and try our latest fix/version: Aspose.Cells for Java v7.7.1.3
int totalRows,double height) to restore row height to previous size when
unhiding row.
The issues you have found earlier (filed as CELLSJAVA-40708) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.