Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

read write excel file on server

I would like to know your libraries recommendations to read and write Excel applications on ASP .NET website.

I have tried GemBox and NPOI, because they don't required Excel to be installed on the server, but they have some limitations on handling Excel files that are marked to read only.

Any good and stable libraries that you recomend

like image 830
muek Avatar asked Jun 14 '26 12:06

muek


1 Answers

OpenXml and Syncfusion XlsIO

HTH

like image 110
Prince Ashitaka Avatar answered Jun 16 '26 02:06

Prince Ashitaka