页面中有一个table,我想将这个table导出到excel,如何在controller中获取到这个table。
你的这个table是怎么产生的呢?
var table = Resquest.Form[""] as HtmlTable;