Integrate excel sheet into HTML page

Hi team,


We require a Workaround solution for automatic integrating of values from excel sheet into a html page with checkbox tree as given in the attached files.

Thanking You,

PriyaDharshini J P

Hi,


Thanks for the sample files.

I don’t think there is any built-in MS Excel feature available that integrates the values from the an Excel worksheet cells to an HTML table with embedded checkboxes. So, Aspose.Cells does not provide such a feature too. If you know such a feature is available in MS Excel, kindly provide complete details with steps involved and samples, etc., we will check it soon.

By the way, I think you have to create such a report manually via Aspose.Cells APIs. For example, you may try to create a workbook where you can insert Checkbox controls with your specific labels/data into the cells (of the worksheet) and save to HTML file format.

Thank you.