HTML to Excel - Table cell does not have border

Hi,

HTML:

<style>
table td{
border: 1px solid #000;
}
</style>
<table>
<tr>
<td><span style='color: #6cf;'>M</span> T</td>
<td>T1</td>
<td>T2</td>
</tr>
</table>

When added span element to html cell, excel comes with no border.
What i can do to fix this?

Hi Miguel,

Please try again with this bugfix:
https://www.gemboxsoftware.com/spreadsheet/nightlybuilds/GBS49v1027.zip

Or this NuGet package:
Install-Package GemBox.Spreadsheet -Version 49.0.1027-hotfix

Does this solve your issue?

Regards,
Mario

Hi Mario,

I have a license for version 4.7 and i need version 4.9 to use that bug fix.
I will talk with my superior if we can purchase an upgrade license.

Meantime i wil force borders by doing a loop in cells collection.

Thanks

Hi Miguel,

Note that you can use any newer version (both minor and major) that is released within your support period (within 18 months of your purchase).

So, if your support period hasn’t expired then please feel free to use this current latest version with your current license key.

Regards,
Mario