An open API service indexing awesome lists of open source software.

https://github.com/bing-framework/bing.offices

Bing.Offices是Bing应用框架的Office操作类库。 主要用于Excel、Word、Pdf相关功能操作。
https://github.com/bing-framework/bing.offices

Last synced: 8 months ago
JSON representation

Bing.Offices是Bing应用框架的Office操作类库。 主要用于Excel、Word、Pdf相关功能操作。

Awesome Lists containing this project

README

          

# Bing.Offices
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://mit-license.org/)

Bing.Offices是Bing应用框架的Office操作类库。
主要用于Excel、Word、Pdf相关功能操作。

## Nuget Packages
|Nuget|版本号|说明|
|---|---|---|
|Bing.Offices.Abstractions|[![NuGet Badge](https://buildstats.info/nuget/Bing.Offices.Abstractions?includePreReleases=true)](https://www.nuget.org/packages/Bing.Offices.Abstractions)|
|Bing.Offices.Core|[![NuGet Badge](https://buildstats.info/nuget/Bing.Offices.Core?includePreReleases=true)](https://www.nuget.org/packages/Bing.Offices.Core)|
|Bing.Offices.Npoi|[![NuGet Badge](https://buildstats.info/nuget/Bing.Offices.Npoi?includePreReleases=true)](https://www.nuget.org/packages/Bing.Offices.Npoi)|

## 实现功能
- Excel 导入
- Excel 导出

## 依赖类库
- [Bing.Utils](https://github.com/bing-framework/Bing.NetCore)
- [NPOI](https://github.com/tonyqus/npoi)

## Demo

## 作者

简玄冰

## 贡献与反馈

> 如果你在阅读或使用Bing中任意一个代码片断时发现Bug,或有更佳实现方式,请通知我们。

> 为了保持代码简单,目前很多功能只建立了基本结构,细节特性未进行迁移,在后续需要时进行添加,如果你发现某个类无法满足你的需求,请通知我们。

> 你可以通过github的Issue或Pull Request向我们提交问题和代码,如果你更喜欢使用QQ进行交流,请加入我们的交流QQ群。

> 对于你提交的代码,如果我们决定采纳,可能会进行相应重构,以统一代码风格。

> 对于热心的同学,将会把你的名字放到**贡献者**名单中。

## 免责声明
- 虽然我们对代码已经进行高度审查,并用于自己的项目中,但依然可能存在某些未知的BUG,如果你的生产系统蒙受损失,Bing 团队不会对此负责。
- 出于成本的考虑,我们不会对已发布的API保持兼容,每当更新代码时,请注意该问题。

## 开源地址
[https://github.com/bing-framework/Bing.Offices](https://github.com/bing-framework/Bing.Offices)

## License

**MIT**

> 这意味着你可以在任意场景下使用 Bing 应用框架而不会有人找你要钱。

> Bing 会尽量引入开源免费的第三方技术框架,如有意外,还请自行了解。