Can Excel interpret a cell as HTML?

前端 未结 4 941
小鲜肉
小鲜肉 2020-12-05 14:11

I\'m using Aspose.Cells to build an Excel document programmatically. This works great. One of the cells, though, is a block of raw HTML. I\'m wondering if it is possible to

4条回答
  •  时光取名叫无心
    2020-12-05 14:28

    I found an interesting YouTube video which shows how to create a simple HTML Interpreter (VBA) in Microsoft Excel using the web browser control. Enter your HTML and CSS code into a text box, and the form will convert the HTML into a web preview.

    HTML Interpreter in Microsoft Excel 2010/2007 - Write directly to Web Browser

提交回复
热议问题