![]() |
#1
|
|||
|
|||
![]()
I got a problem.
![]() Maybe it's Excel (2003, 2007) usual behaviour, but when I insert merged cells from HTML table into Excel (using the clipboard), everything is fine, except the height of the resulting rows. Excel automatically adjust row height, but it feels like Excel doesn't take into account padding in the source HTML cells while calculating row heights, and thus some words become invisible after applying padding of the source cell. Briefly it looks like Excel doing these operations: 1. insert data 2. set new height depending on data and text-format 3. apply padding of the source cells into excel cells So, is there a way to copy-paste merged cells with left padding to Excel? Is there a style sheet parameter to point Excel how to adjust height correctly? A simple example to try: Code:
<html> <body> <table> <tr><td colspan=2 style="padding: 1mm 1mm 1mm 10mm; width: 5mm;">A big red or brown fox or bear is running away through the rabbit hole</td></tr> </table> </body> </html> |
![]() |
Tags |
clipboard, height, html |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
HTML box | heathermiller | Word | 0 | 09-28-2009 07:43 AM |
how do i adjust column to chosen width | hill0093 | Word | 0 | 09-19-2009 05:24 AM |
![]() |
Juiceapple | Office | 1 | 09-15-2009 09:52 AM |
Adjust speed of ppt animation | gerryb | PowerPoint | 0 | 08-15-2009 08:45 AM |
Validate the height of the text when you save (VBA) | jhpe | Word VBA | 0 | 08-22-2008 06:59 PM |