Are you using NPOI
See original GitHub issueAre you using NPOI?
If you are using NPOI, congratulations! You make the right choice for your Office file import and export scenario. Our goal is to grow the .NET community, improve NPOI and help each other.
The purpose of this issue
We are always interested in finding out who is using NPOI, what attracted you to using it, how we can listen to your needs and if you are interested, help promote your organization.
We have people reaching out to us asking, who uses NPOI in production?
We’d like to listen to your scenarios for using NPOI in your software
What we would like from you
Submit a comment in this issue to include the following information:
- Your organization or company
- Link to your website
- Your country
- Your contact info to reach out to you: blog, email or Twitter or Linkedin (at least one).
- What is your scenario for using NPOI?
- Are you running you application in PoC, or staging/testing or production?
Organization/Company: PwC
Website: www.pwc.com
Country: USA
Contact: someone@pwc.com
Usage scenario: Using NPOI to export data as report of XXX system
Status: Production
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How to read file using NPOI
Simple read example below: using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; //..... private void button1_Click(object sender, ...
Read more >Using NPOI API for Spreadsheets in .NET - Blog - FileFormat
NPOI is an open-source .NET API for developing applications to work with spreadsheets. It is available for free and you can use it...
Read more >Reading/writing Excel files with C#: Introduction to NPOI
With NPOI, there are no such dependencies. The library knows how to read and write binary Excel/Word files, and that's that. Furthermore, it ......
Read more >NPOI Read Excel C# Alternatives (No Interop Needed)
What is NPOI? · Generate an Excel report without Microsoft Office suite installed on your server and more efficient than calling Microsoft Excel ......
Read more >Export And Import Excel Data Using NPOI Library In .NET ...
In this article, I will provide the information on how to export data to Excel and import data from MS Excel using NPOI...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Organization/Company: InfoAdex, S.A. Website: https://www.infoadex.es/ Country: Spain Contact: jmmartin@infoadex.es Usage scenario: Using NPOI to export data as report of some company internal applications. Using NPOI in windows desktop applications and web applications using .net Framework 4.6.1 and .Net Core 3.1 Status: Production
Thanks NPOI which made it possible.