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