Is there a way to generate word documents dynamically without having word on the machine

后端 未结 8 1969
轻奢々
轻奢々 2021-01-30 15:15

I am planning on generating a Word document on the webserver dynamically. Is there good way of doing this in c#? I know I could script Word to do this but I would prefer another

8条回答
  •  耶瑟儿~
    2021-01-30 15:46

    There are third party libraries about that will do the job.

    Doing a quick google came up with this one, for example.

    I haven't tried any, so I can't give you specific advice, I'm afraid!

    Let us know how you get on...

提交回复
热议问题