Dear Sir,
I am using Aspose.Cells.dll (version 18.10.2.0), to convert the Excel Named ranges into SVG image files.
The concern is:
I have one Excel Sheet, which contains some named ranges named as ‘Ex_28’, ‘Ex_5’ and all.
ExcelFile.zip (572.5 KB)
I am converting those named ranges in the SVG format image using Aspose.Cells. For that, I have written the following code.
AsposeCode.zip (1.5 KB)
The SVG image I am getting is proper as long as it is being rendered on the browser of desktop, using the tag in html. e.g.
I hosted that html page on the server and accessing the same web page on the mobile device. So, when it is being rendered on the mobile device’s browser, it varies in terms of word spacing and font-weight (not the proper bold).
The comparison is shown in the following file.
Comparison.zip (86.6 KB)
I don’t understand why the same SVG image renders properly on desktop’s browser and gets tampered when viewed on the mobile, browser.
P.S. I have tested the web page against Samsung Galaxy (Any version), Le 1s, Iphone 6 mobile devices.
Kindly, help me with this. I am expecting the “What you see is what you get” type of image for the named ranges of Excel.
Thanks and Regards