Hello,
we got a report about a bad result when converting an excel workbook to HTML with Aspose. It´s still reproducable in the current version with the following code (simply saving it):
static void Main(string[] args)
{
var lic = new License();
lic.SetLicense(@"S:\Aspose.Total.Net.lic");
var workbook = new Workbook(@"S:\tmp\xls\in.xlsm");
workbook.Save(@"S:\tmp\xls\out.html", SaveFormat.Html);
}
- In the header the image overlaps the text
- two of the four “main pictures” are missing
- Some images are oddly stretched (for example in the top left of the 4 images, there is an icon next to the “2”)
- Some text in the table is placed at wrong position and overlapped by other image (for example in the blue column the “B” row: text placed too low and overlapped by picture).
Files are attached.
Kind Regards,
Daniel
files.zip (2.6 MB)