rajashekar2012
New member
- Joined
- Jul 11, 2023
- Messages
- 1
- Programming Experience
- 5-10
I'm using C# .NET MVC application. I have a requirement of generating excel reports(.xlsx) with multiple worksheets and cell customizations like font, color etc... I tried and couldn't find any opensource library that could do this. I don't want Excel Interop library as excel application installation is required at the server. We tried Fast Excel and Excel Library but due to lack of documentation and references online we are not able to find any code of how to customize cell color/font/width etc.. There are lot of good commercially available ones. But are there any good opensource libraries that can be used.