Skip to content

Commit f9fb570

Browse files
committed
Update contributors of version 2.10.0
- Upgrade GitHub Action tool chain version
1 parent 2a62278 commit f9fb570

File tree

14 files changed

+61
-3
lines changed

14 files changed

+61
-3
lines changed

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77

88
- name: Check out code
9-
uses: actions/checkout@v4
9+
uses: actions/checkout@v5
1010

1111
- name: Markdown Linting Action
1212
uses: avto-dev/[email protected]

ar/releases/v2.10.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
* دعم دالة `DeleteDataValidation` لحذف التحقق من صحة البيانات في قائمة الامتداد، ودعم الحذف باستخدام عدة نطاقات خلايا عبر مصفوفة مراجع أو سلسلة مراجع مفصولة بمسافات، القضية ذات الصلة [#2133](https://github.com/xuri/excelize/issues/2133)
2424
* دعم دالة `AddChart` لتعيين نوع خط متقطع وحدود العلامات في المخططات
2525
* دعم دالة `AddChart` لتعيين الخط لوسائل إيضاح المخططات، القضية ذات الصلة [#2169](https://github.com/xuri/excelize/issues/2169)
26+
* تدعم دالتا `AddChart` و `AddChartSheet` إنشاء أربعة أنواع من مخططات الأسهم: ارتفاع-انخفاض-إغلاق، افتتاح-ارتفاع-انخفاض-إغلاق، حجم-ارتفاع-انخفاض-إغلاق، وحجم-افتتاح-ارتفاع-انخفاض-إغلاق.
27+
* تدعم دالتا `CalcCellValue` دالة صيغة BAHTTEXT
2628
* تخطي الرجوع إلى حجم الخط الافتراضي عند إنشاء النمط إذا كان حجم الخط أقل من الحد الأدنى
2729
* دعم تحليل رموز تنسيق الأرقام بالتقويمين الهجري والميلادي
2830
* دعم تعيين الشفافية للمخططات والأشكال، القضية ذات الصلة [#2176](https://github.com/xuri/excelize/issues/2176)
@@ -74,3 +76,6 @@
7476
* @Neugls
7577
* @Leo012345678
7678
* @a2659802
79+
* @torotake
80+
* @crush-wu
81+
* @zhuyanhuazhuyanhua

de/releases/v2.10.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Die bemerkenswertesten Änderungen in dieser Version sind:
2424
* Funktion `AddChart` unterstützt die Festlegung von gestrichelten Linien und Rahmenarten für Diagramm-Markierungen
2525
* Funktion `AddChart` unterstützt die Festlegung von Schriftarten für Diagrammlegenden, verwandtes Problem [#2169](https://github.com/xuri/excelize/issues/2169)
2626
* Rückfall auf Standardschriftgröße beim Erstellen von Stilen überspringen, wenn die Schriftgröße kleiner als die Mindestgröße ist
27+
* Funktionen `AddChart` und `AddChartSheet` unterstützen die Erstellung von vier Arten von Box- und Whisker-Aktiencharts: Hoch-Tief-Schluss, Eröffnung-Hoch-Tief-Schluss, Volumen-Hoch-Tief-Schluss und Volumen-Eröffnung-Hoch-Tief-Schluss
28+
* Funktion `CalcCellValue` unterstützt die Formelfunktion BAHTTEXT
2729
* Unterstützung für das Parsen von Zahlenformatcodes mit Hijri- und Gregorianischem Kalender
2830
* Unterstützung für Transparenz-Einstellungen bei Diagrammen und Formen, verwandtes Problem [#2176](https://github.com/xuri/excelize/issues/2176)
2931
* Unterstützung für Zahlenformate in 9 neuen Sprachen: Korsisch, Kroatisch, Kroatisch (Lateinisch), Tschechisch, Dänisch, Divehi, Niederländisch, Dzongkha
@@ -74,3 +76,6 @@ Vielen Dank für alle Mitwirkenden an Excelize. Nachfolgend finden Sie eine List
7476
* @Neugls
7577
* @Leo012345678
7678
* @a2659802
79+
* @torotake
80+
* @crush-wu
81+
* @zhuyanhuazhuyanhua

en/releases/v2.10.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The most notable changes in this release are:
2323
* The `DeleteDataValidation` function support delete data validation in extension list, and support delete data validation by given with multiple cell ranges with reference sequence slice or blank separated reference sequence string, related issue [#2133](https://github.com/xuri/excelize/issues/2133)
2424
* The `AddChart` function support set dash line and marker border type of charts
2525
* The `AddChart` function support to set font for chart legends, related issue [#2169](https://github.com/xuri/excelize/issues/2169)
26+
* The `AddChart` and `AddChartSheet` function support create 4 kinds of box and whisker stock charts: High-Low-Close, Open-High-Low-Close, Volume-High-Low-Close and Volume-Open-High-Low-Close
27+
* The `CalcCellValue` function support BAHTTEXT formula function
2628
* Skip fallback to default font size when create style if font size less than minimum size
2729
* Support parse number format code with Hijri and Gregorian calendar
2830
* Support set transparency for chart and shape, related issue [#2176](https://github.com/xuri/excelize/issues/2176)
@@ -74,3 +76,6 @@ Thanks for all the contributors to Excelize. Below is a list of contributors tha
7476
* @Neugls
7577
* @Leo012345678
7678
* @a2659802
79+
* @torotake
80+
* @crush-wu
81+
* @zhuyanhuazhuyanhua

en/releases/v2.9.1.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ The most notable changes in this release are:
3333
* The `AddChart` and `AddChartSheet` function support set gap width and overlap for column and bar chart, related issue [#2033](https://github.com/xuri/excelize/issues/2033)
3434
* The `AddChart` and `AddChartSheet` function support set the format of the chart series data label, related issue [#2052](https://github.com/xuri/excelize/issues/2052)
3535
* The `AddChart` and `AddChartSheet` function support set data table for chart, related issue [#2117](https://github.com/xuri/excelize/issues/2117)
36-
* The `AddChart` and `AddChartSheet` function support create 4 kinds of box and whisker stock charts: High-Low-Close, Open-High-Low-Close, Volume-High-Low-Close and Volume-Open-High-Low-Close
3736
* The `AddFormControl` function support set cell link for check box, related issue [#2113](https://github.com/xuri/excelize/issues/2113)
3837
* The `SetPageLayout` function support set page order of page layout
3938
* The `DeletePicture` function support delete one cell anchor image, related issue [#2059](https://github.com/xuri/excelize/issues/2059)
40-
* The `CalcCellValue` function support BAHTTEXT formula function
4139
* An error will be return if the option value of the `SetPageLayout` function is invalid
4240
* Support adjust data validations cross multiple worksheets, related issue [#2072](https://github.com/xuri/excelize/issues/2072)
4341
* Support apply number format with hash and zero place holder, related issue [#2058](https://github.com/xuri/excelize/issues/2058)

es/releases/v2.10.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Los cambios más notables en esta versión son:
2323
* La función `DeleteDataValidation` ahora permite eliminar validaciones de datos en listas de extensión, y también admite la eliminación mediante múltiples rangos de celdas usando secuencias de referencia o cadenas separadas por espacios, problema relacionado [#2133](https://github.com/xuri/excelize/issues/2133)
2424
* La función `AddChart` ahora permite establecer líneas discontinuas y tipo de borde de marcador en gráficos
2525
* La función `AddChart` permite establecer la fuente para las leyendas de los gráficos, problema relacionado [#2169](https://github.com/xuri/excelize/issues/2169)
26+
* Las funciones `AddChart` y `AddChartSheet` permiten crear cuatro tipos de gráficos de acciones de caja y bigotes: Máximo-Mínimo-Cierre, Apertura-Máximo-Mínimo-Cierre, Volumen-Máximo-Mínimo-Cierre y Volumen-Apertura-Máximo-Mínimo-Cierre
27+
* La función `CalcCellValue` admite la función de fórmula BAHTTEXT
2628
* Se omite el uso de tamaño de fuente predeterminado si el tamaño especificado es menor al mínimo
2729
* Se agregó compatibilidad para analizar códigos de formato numérico con calendarios Hijri y Gregoriano
2830
* Se agregó compatibilidad para establecer transparencia en gráficos y formas, problema relacionado [#2176](https://github.com/xuri/excelize/issues/2176)
@@ -74,3 +76,6 @@ Gracias por todos los colaboradores de Excelize. A continuación se muestra una
7476
* @Neugls
7577
* @Leo012345678
7678
* @a2659802
79+
* @torotake
80+
* @crush-wu
81+
* @zhuyanhuazhuyanhua

fr/releases/v2.10.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Les changements les plus notables de cette version sont:
2323
* La fonction `DeleteDataValidation` permet désormais de supprimer la validation des données dans la liste d'extension, et prend en charge la suppression via plusieurs plages de cellules avec séquences de référence ou chaînes de références séparées par des espaces, problème associé [#2133](https://github.com/xuri/excelize/issues/2133)
2424
* La fonction `AddChart` permet de définir le type de ligne en tirets et les bordures des marqueurs dans les graphiques
2525
* La fonction `AddChart` permet de définir la police des légendes de graphiques, problème associé [#2169](https://github.com/xuri/excelize/issues/2169)
26+
* Les fonctions `AddChart` et `AddChartSheet` permettent de créer quatre types de graphiques boursiers en boîte et à moustaches: Max-Min-Clôture, Ouverture-Max-Min-Clôture, Volume-Max-Min-Clôture et Volume-Ouverture-Max-Min-Clôture
27+
* La fonction `CalcCellValue` prend en charge la fonction de formule BAHTTEXT
2628
* Évite le retour à la taille de police par défaut lors de la création de style si la taille est inférieure au minimum
2729
* Prise en charge de l'analyse des formats numériques avec les calendriers Hijri et Grégorien
2830
* Prise en charge de la transparence pour les graphiques et les formes, problème associé [#2176](https://github.com/xuri/excelize/issues/2176)
@@ -74,3 +76,6 @@ Merci pour tous les contributeurs d'Excelize. Vous trouverez ci-dessous une list
7476
* @Neugls
7577
* @Leo012345678
7678
* @a2659802
79+
* @torotake
80+
* @crush-wu
81+
* @zhuyanhuazhuyanhua

it/releases/v2.10.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Le modifiche più importanti in questa versione sono:
2323
* La funzione `DeleteDataValidation` supporta l'eliminazione della convalida dei dati nella lista di estensione e tramite più intervalli di celle con sequenze di riferimento o stringhe separate da spazi, problema correlato [#2133](https://github.com/xuri/excelize/issues/2133)
2424
* La funzione `AddChart` supporta la definizione di linee tratteggiate e tipo di bordo dei marcatori nei grafici
2525
* La funzione `AddChart` supporta la definizione del font per le legende dei grafici, problema correlato [#2169](https://github.com/xuri/excelize/issues/2169)
26+
* Le funzioni `AddChart` e `AddChartSheet` supportano la creazione di 4 tipi di grafici azionari a scatola e baffi: Massimo-Minimo-Chiusura, Apertura-Massimo-Minimo-Chiusura, Volume-Massimo-Minimo-Chiusura e Volume-Apertura-Massimo-Minimo-Chiusura
27+
* La funzione `CalcCellValue` supporta la funzione formula BAHTTEXT
2628
* Evitato il fallback alla dimensione di font predefinita se la dimensione è inferiore al minimo durante la creazione dello stile
2729
* Supporto per l'analisi dei codici di formato numerico con calendario Hijri e Gregoriano
2830
* Supporto per la trasparenza nei grafici e nelle forme, problema correlato [#2176](https://github.com/xuri/excelize/issues/2176)
@@ -74,3 +76,6 @@ Grazie a tutti i contributori di Excelize. Di seguito è riportato un elenco di
7476
* @Neugls
7577
* @Leo012345678
7678
* @a2659802
79+
* @torotake
80+
* @crush-wu
81+
* @zhuyanhuazhuyanhua

ja/releases/v2.10.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
* 関数 `DeleteDataValidation` が拡張リスト内のデータ検証削除をサポート。複数のセル範囲を参照シーケンススライスまたは空白区切りの参照文字列で指定可能。関連する問題 [#2133](https://github.com/xuri/excelize/issues/2133)
2424
* 関数 `AddChart` がグラフの破線とマーカーの枠線タイプの設定をサポート
2525
* 関数 `AddChart` がグラフの凡例にフォントを設定可能に。関連する問題 [#2169](https://github.com/xuri/excelize/issues/2169)
26+
* 関数 `AddChart``AddChartSheet` は、4 種類の箱ひげ株価チャート: 高値-安値-終値、始値-高値-安値-終値、出来高-高値-安値-終値、出来高-始値-高値-安値-終値の作成をサポートします
27+
* 関数 `CalcCellValue` は、BAHTTEXT 数式関数をサポートします
2628
* フォントサイズが最小値未満の場合、スタイル作成時にデフォルトサイズへのフォールバックをスキップ
2729
* ヒジュラ暦とグレゴリオ暦による数値フォーマットコードの解析をサポート
2830
* グラフや図形に対する透明度の設定をサポート。関連する問題 [#2176](https://github.com/xuri/excelize/issues/2176)
@@ -74,3 +76,6 @@ Excelize へのすべての貢献者に感謝します。以下は、このバ
7476
* @Neugls
7577
* @Leo012345678
7678
* @a2659802
79+
* @torotake
80+
* @crush-wu
81+
* @zhuyanhuazhuyanhua

ko/releases/v2.10.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
* `DeleteDataValidation` 함수가 확장 목록에서 데이터 유효성 검사 삭제 지원 및 여러 셀 범위를 참조 시퀀스 배열 또는 공백으로 구분된 참조 문자열로 지정 가능, 관련 이슈 [#2133](https://github.com/xuri/excelize/issues/2133)
2424
* `AddChart` 함수가 차트의 점선 및 마커 테두리 유형 설정 지원
2525
* `AddChart` 함수가 차트 범례의 폰트 설정 지원, 관련 이슈 [#2169](https://github.com/xuri/excelize/issues/2169)
26+
* `AddChart``AddChartSheet` 함수는 4가지 유형의 박스 앤 위스커 주식 차트: 고가-저가-종가, 시가-고가-저가-종가, 거래량-고가-저가-종가, 거래량-시가-고가-저가-종가 를 생성할 수 있습니다
27+
* `CalcCellValue` 함수는 BAHTTEXT 수식 함수를 지원합니다
2628
* 폰트 크기가 최소값보다 작을 경우 스타일 생성 시 기본 폰트 크기로 되돌리는 동작 생략
2729
* 히즈리 및 그레고리력 기반 숫자 형식 코드 파싱 지원
2830
* 차트 및 도형에 대한 투명도 설정 지원, 관련 이슈 [#2176](https://github.com/xuri/excelize/issues/2176)
@@ -74,3 +76,6 @@ Excelize 에 기여한 모든 분들께 감사드립니다. 아래는 이 버전
7476
* @Neugls
7577
* @Leo012345678
7678
* @a2659802
79+
* @torotake
80+
* @crush-wu
81+
* @zhuyanhuazhuyanhua

0 commit comments

Comments
 (0)