Excel range export to HTML : can we create html without iframe

hi,

My use case is , i want to export the excel namerange or table range as html. That html we want to load in word application. However when i tried using exportprontarea only and latest aspose dll. It is creating html file that has javascript and iframe. when i load that html in word, it shows message,
This page uses frames, but your browser doesn’t support them.

Can anyone help here, how can i get html table only from excel , that can be loaded in other app smoothly.

@jyotijadhav5888,

Aspose.Cells follows MS Excel standards and specifications when rendering Excel to HTML. Please perform your task in MS Excel manually and you will notice those javascript and iframes in the output HTML. I guess may be you should render image from the Excel range via Aspose.Cells APIs and then insert the image in MS Word document.