Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要求,我必须在服务器上上传一个 .xlsx 文件,然后使用 c#、asp.net 将该文件读入数据表。我需要把你的文件放到服务器上。我需要打开(上传的?)文件。我需要读取文件的内容,应用任何必要的数据解析。我需要在网格视图中显示结果。
帮助将不胜感激。