문제

I want to create Excel file. I am using visual studio 2013. All code example suggest to use Microsoft.Office.Interop.Excel \Microsoft Excel XX.X Object Library. But I dont see any dll like those in COM tab ( add reference -> COM tab).

What is the reason? How can I add the reference? is there another way to create .XLS and write to it?

Thank you in advance

도움이 되었습니까?

해결책

You should use open xml sdk , to manage the Excel file as XML document. see here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top