B
B
bullock2017-10-18 09:56:25
C++ / C#
bullock, 2017-10-18 09:56:25

What technologies should be used to write such an application?

The task is to write an application in C# that will receive a docx document from a web page and convert it to xlsx.
IIS server.
What to apply in this case?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Akaero, 2017-10-18
@bullock

hello, you need ASP.NET MVC for the site
to make the form https://metanit.com/sharp/articles/26.php
there, then use the libraries for word and excel according to this article .
Didn't work with Word, but excel here
https://github.com/ExcelDataReader/ExcelDataReader
csharp.net-informations.com/excel/csharp-excel-tut...

A
Art Yu, 2017-10-18
@art000

Get the file in a regular way, then convert it using DocumentFormat.OpenXML.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question