C
C
cursor_pointer2020-10-24 19:25:06
C++ / C#
cursor_pointer, 2020-10-24 19:25:06

How to parse Word/Excel in .NET Core under Linux?

I made an ASP.NET Core project, how do I save and read data in Excel(xlsx) format? In Word(docx)?
Is there a solution that works the same on WIndows, Linux, macOS for .NET Core?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
Boris the Animal, 2020-10-24
@Casper-SC

For Excel, there is ClosedXML .
There is also NPOI . Haven't used it myself, but it seems to work for both Excel and Word.

V
Vladimir Korotenko, 2020-10-25
@firedragon

https://github.com/aspose-words/Aspose.Words-for-.NET
https://github.com/aspose-cells/Aspose.Cells-for-.NET

#
#, 2020-10-25
@mindtester

https://ru.wikipedia.org/wiki/Office_Open_XML
https://en.wikipedia.org/wiki/Office_Open_XM
https://docs.microsoft.com/en-us/office/open-xml/o...
https://github.com/OfficeDev/Open-XML-SDKL
ps

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question