I would like to know the best way to read data from an uploaded excel document. Im currently using http://exceldatareader.codeplex.com/, which works good. The problem is t开发者_运维知识库hat it cant read the values from checkboxes or radiobuttons. Im using asp.net framework 3.5. Any help is appreciated. Thanks
IF you have Excel installed on your system, you could include Microsoft.Office.Interop.Excel
assembly and use that to do everything you need.
精彩评论