From 4458d109df82d89e429abad9cd14ae95ca5801fe Mon Sep 17 00:00:00 2001 From: Max Zheng <34936931+maxzh1999tw@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:34:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=BA=E7=99=BC=E8=A1=8C=20NuGet=20=E5=81=9A?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Excely.ClosedXML/Excely.ClosedXML.csproj | 28 ++++++++++++++++++++ Excely.EPPlus.LGPL/Excely.EPPlus.LGPL.csproj | 28 ++++++++++++++++++++ Excely/Excely.csproj | 15 ++++++++--- README_NuGet.md | 7 +++++ 4 files changed, 75 insertions(+), 3 deletions(-) create mode 100644 README_NuGet.md diff --git a/Excely.ClosedXML/Excely.ClosedXML.csproj b/Excely.ClosedXML/Excely.ClosedXML.csproj index 1f6adee..3d73ca6 100644 --- a/Excely.ClosedXML/Excely.ClosedXML.csproj +++ b/Excely.ClosedXML/Excely.ClosedXML.csproj @@ -4,8 +4,36 @@ net6.0 enable enable + True + LICENSE + Max Zheng + 0.1.0-alpha + Excely 的 ClosedXML 擴展,以 ClosedXML 來處理 Excel 檔案。 + Copyright (c) MaxZheng 2023 + https://github.com/maxzh1999tw/Excely + Excely-128x128.png + README_NuGet.md + https://github.com/maxzh1999tw/Excely + git + excel,csv,import,export + 預覽版本 + + + True + \ + + + True + \ + + + True + \ + + + diff --git a/Excely.EPPlus.LGPL/Excely.EPPlus.LGPL.csproj b/Excely.EPPlus.LGPL/Excely.EPPlus.LGPL.csproj index fed8955..021c883 100644 --- a/Excely.EPPlus.LGPL/Excely.EPPlus.LGPL.csproj +++ b/Excely.EPPlus.LGPL/Excely.EPPlus.LGPL.csproj @@ -4,8 +4,36 @@ net6.0 enable enable + True + LICENSE + 0.1.0-alpha + Max Zheng + Excely 的 EPPlus 擴展,以最後一版 LGPL 的 EPPlus 來處理 Excel 檔案。 + Copyright (c) MaxZheng 2023 + https://github.com/maxzh1999tw/Excely + Excely-128x128.png + README_NuGet.md + https://github.com/maxzh1999tw/Excely + git + excel,csv,import,export + 預覽版本 + + + True + \ + + + True + \ + + + True + \ + + + diff --git a/Excely/Excely.csproj b/Excely/Excely.csproj index c73cdfe..e3ff73f 100644 --- a/Excely/Excely.csproj +++ b/Excely/Excely.csproj @@ -4,9 +4,9 @@ net6.0 enable enable - False + True Max Zheng - README.md + README_NuGet.md https://github.com/maxzh1999tw/Excely zh-TW 輕鬆處理 Excel、CSV 的匯入匯出。 @@ -14,14 +14,23 @@ https://github.com/maxzh1999tw/Excely excel,csv,import,export Excely-128x128.png + 0.1.0-alpha + LICENSE + git + 預覽版本 + False + + True + \ + True \ - + True \ diff --git a/README_NuGet.md b/README_NuGet.md new file mode 100644 index 0000000..9b23664 --- /dev/null +++ b/README_NuGet.md @@ -0,0 +1,7 @@ +# Excely +一個基於 .NET 6 的套件,用於簡化各種常用資料結構與 Excel、Csv 之間的資料匯出及匯入。 + +## 功能 +- 簡單的 API,用最快的速度上手並使用! +- 完整的參數設定與自定義功能,每個環節都可以客製化。 +- 提供多種 Shader,用於進一步美化或調整匯出結果。 \ No newline at end of file