登录 注册
当前位置:主页 > 资源下载 > 9 > NPOI-master的Excel操作示例程序

NPOI-master的Excel操作示例程序

  • 更新:2024-10-09 17:59:33
  • 大小:74.67MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:.Net - 课程资源
  • 格式:ZIP

资源介绍

What's NPOI This project is the .NET version of POI Java project at http://poi.apache.org/. POI is an open source project which can help you read/write xls, doc, ppt files. It has a wide application. For example, you can use it to a. generate a Excel report without Microsoft Office suite installed on your server and more efficient than call Microsoft Excel ActiveX at background; b. extract text from Office documents to help you implement full-text indexing feature (most of time this feature is used to create search engines). c. extract images from Office documents d. generate Excel sheets that contains formulas -意思就是帮助我们快速进行文档操作;开发环境VS+C#