Skip to content

Commit 19fb415

Browse files
committed
Docs for the released version 2.9.1
1 parent b28e8c1 commit 19fb415

36 files changed

+148
-40
lines changed

ar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Excelize هي مكتبة مكتوبة في الذهاب نقية توفير مج
99
- go.dev: [pkg.go.dev/github.com/xuri/excelize/v2](https://pkg.go.dev/github.com/xuri/excelize/v2)
1010
- التراخيص: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
1111
- الإصدار الأخير: [v2.9.0](https://github.com/xuri/excelize/releases/latest)
12-
- وقت تحديث المستند: مارس 25, 2025
12+
- وقت تحديث المستند: مايو 13, 2025
1313

1414
## بعثة المشروع
1515

ar/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
* [أداء](performance.md)
251251
* [إسهام](contribution.md)
252252
* الإصدارات الصادرة
253-
* [v2.9.1](releases/v2.9.1.md)
253+
* [v2.9.1 (2025-05-13)](releases/v2.9.1.md)
254254
* [v2.9.0 (2024-10-15)](releases/v2.9.0.md)
255255
* [v2.8.1 (2024-02-26)](releases/v2.8.1.md)
256256
* [v2.8.0 (2023-08-28)](releases/v2.8.0.md)

ar/releases/v2.9.1.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Excelize v2.9.1
22

3-
* سيصدر: 13 مايو 2025
3+
* صدر هذا يوم: 13 مايو 2025
4+
* صدر في GitHub: [https://github.com/xuri/excelize/releases/tag/v2.9.1](https://github.com/xuri/excelize/releases/tag/v2.9.1)
45

56
## ملاحظات الإصدار
67

@@ -11,6 +12,7 @@
1112
* تم ترقية متطلبات إصدار لغة Go إلى 1.23 أو أحدث، لتحديث حزمة التبعية `golang.org/x/crypto`
1213
* تم تغيير نوع البيانات لـ `DataValidationType` و `DataValidationErrorStyle` و `DataValidationOperator` و `PictureInsertType` من `int` إلى `byte`
1314
* تم تعديل نوع المعامل في الدالة `SetCellInt` إلى `int64` لحل المشكلة [#2068](https://github.com/xuri/excelize/issues/2068)
15+
* عند إضافة كائنات رسومية مثل الصور والمخططات والأشكال وعناصر التحكم في النماذج، لن يؤثر إعداد الإزاحة بعد الآن على حجم كائن الرسم، المشكلة ذات الصلة [#2001](https://github.com/xuri/excelize/issues/2001)
1416

1517
### ميزات بارزة
1618

@@ -38,6 +40,7 @@
3840
* دعم تعديل التحقق من البيانات عبر أوراق عمل متعددة، ذات الصلة بالمشكلة [#2072](https://github.com/xuri/excelize/issues/2072)
3941
* دعم تنسيقات الأرقام التي تحتوي على `#` والرموز العشرية الصفرية، ذات الصلة بالمشكلة [#2058](https://github.com/xuri/excelize/issues/2058)
4042
* دعم تنسيقات الأرقام التي تحتوي على رمز `?`
43+
* دعم إدراج كائن رسم مرساة خلية واحدة عند تحديد الموضع كـ "oneCell"، ذات الصلة بالمشكلة [#2002](https://github.com/xuri/excelize/issues/2002)
4144

4245
### إصلاحات الأخطاء
4346

@@ -55,6 +58,7 @@
5558
* إصلاح الذعر عند حذف سلسلة الحساب في بعض الحالات
5659
* إصلاح نتيجة حساب الصيغة غير الصحيحة الناجمة عن خطأ تحليل الصيغة المشتركة، ذات الصلة بالمشكلة [#2056](https://github.com/xuri/excelize/issues/2056)
5760
* إصلاح المصنف التالف الذي تم إنشاؤه عندما يتجاوز حجم ملف ZIP64 الداخلي 4 جيجابايت
61+
* إصلاح خطأ اسم الورقة في الاسم المحدد بعد إعادة تسمية الورقة، ذات الصلة بالمشكلة [#2126](https://github.com/xuri/excelize/issues/2126)
5862

5963
### تحسين الأداء
6064

@@ -68,6 +72,8 @@
6872
* تم تحديث وحدة التبعيات
6973
* اختبارات الوحدة وتحديث godoc
7074
* تحديث [الموقع متعدد اللغات](https://xuri.me/excelize) ليشمل اللغات العربية، الألمانية، الإنجليزية، الإسبانية، الفرنسية، الإيطالية، اليابانية، الكورية، البرتغالية، الروسية، الصينية المبسطة والتقليدية
75+
* [excelize-wasm](https://github.com/xuri/excelize-wasm) تحديث إصدار حزمة NPM لدعم WebAssembly / JavaScript
76+
* [excelize](https://github.com/xuri/excelize-py) تحديث إصدار حزمة PyPI لـ Python
7177

7278
### شكرًا لك
7379

@@ -92,3 +98,6 @@
9298
* @paolobarbolini (Paolo Barbolini)
9399
* @timesince
94100
* @shcabin
101+
* @tgulacsi (Tamás Gulácsi)
102+
* @R3dByt3 (R3dByt3)
103+
* @Now-Shimmer

de/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Excelize ist eine Bibliothek, die in reinem Go geschrieben wurde und eine Reihe
99
- go.dev: [pkg.go.dev/github.com/xuri/excelize/v2](https://pkg.go.dev/github.com/xuri/excelize/v2)
1010
- Lizenzen: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
1111
- Letzte Version: [v2.9.0](https://github.com/xuri/excelize/releases/latest)
12-
- Dokument Aktualisierungszeit: März 25, 2025
12+
- Dokument Aktualisierungszeit: Kann 13, 2025
1313

1414
## Project mission
1515

de/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
* [Leistung](performance.md)
251251
* [Beitrag](contribution.md)
252252
* Freigegebene Versionen
253-
* [v2.9.1](releases/v2.9.1.md)
253+
* [v2.9.1 (2025-05-13)](releases/v2.9.1.md)
254254
* [v2.9.0 (2024-10-15)](releases/v2.9.0.md)
255255
* [v2.8.1 (2024-02-26)](releases/v2.8.1.md)
256256
* [v2.8.0 (2023-08-28)](releases/v2.8.0.md)

de/releases/v2.9.1.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Excelize v2.9.1
22

3-
* Wird veröffentlicht: 13. Mai 2025
3+
* Veröffentlicht am: 13. Mai 2025
4+
* Veröffentlicht auf GitHub: [https://github.com/xuri/excelize/releases/tag/v2.9.1](https://github.com/xuri/excelize/releases/tag/v2.9.1)
45

56
## Versionshinweise
67

@@ -11,6 +12,7 @@ Die bemerkenswertesten Änderungen in dieser Version sind:
1112
* Aktualisierung der Mindestanforderung an die Go-Version auf 1.23 oder höher, um das Abhängigkeitspaket `golang.org/x/crypto` zu aktualisieren
1213
* Änderung des Datentyps von `DataValidationType`, `DataValidationErrorStyle`, `DataValidationOperator` und `PictureInsertType` von `int` zu `byte`
1314
* Anpassung des Parameter-Typs der Funktion `SetCellInt` auf `int64`, um das Problem, verwandtes problem [#2068](https://github.com/xuri/excelize/issues/2068) zu lösen
15+
* Beim Hinzufügen von Zeichenobjekten wie Bildern, Diagrammen, Formen und Formularsteuerelementen wirkt sich die Offset-Einstellung nicht mehr auf die Größe des Zeichenobjekts aus, verwandtes problem [#2001](https://github.com/xuri/excelize/issues/2001)
1416

1517
### Neue Eigenschaften
1618

@@ -38,6 +40,7 @@ Die bemerkenswertesten Änderungen in dieser Version sind:
3840
* Unterstützung der Datenvalidierung über mehrere Arbeitsblätter hinweg, verwandtes problem [#2072](https://github.com/xuri/excelize/issues/2072)
3941
* Unterstützung von Zahlenformaten mit `#` und Platzhalter-Nullen, verwandtes problem [#2058](https://github.com/xuri/excelize/issues/2058)
4042
* Unterstützung von Zahlenformaten mit `?`-Symbolen
43+
* Unterstützung für das Einfügen eines Zellanker-Zeichenobjekts, wenn die Positionierung als "oneCell" angegeben ist, verwandtes problem [#2002](https://github.com/xuri/excelize/issues/2002)
4144

4245
### Fehlerbehebung
4346

@@ -51,10 +54,11 @@ Die bemerkenswertesten Änderungen in dieser Version sind:
5154
* Behebung eines Fehlers, bei dem Bilder fälschlicherweise aufgrund von Verweisprüfung entfernt wurden
5255
* Korrigieren Sie den Standardstil der Zelle, der nicht durch den Zeilenstil ungleich Null überschrieben wird, wenn die Zeile vom Stream-Writer festgelegt wird
5356
* Behebung von doppelten `col`-XML-Elementen in Arbeitsmappen beim Stream-Schreiben
54-
* Beheben Sie die Panik beim Festlegen der Schriftart für Diagrammtitel. verwandtes problem [#2102](https://github.com/xuri/excelize/issues/2102)
57+
* Beheben Sie die Panik beim Festlegen der Schriftart für Diagrammtitel, verwandtes problem [#2102](https://github.com/xuri/excelize/issues/2102)
5558
* Beheben Sie in manchen Fällen eine Panik beim Löschen der Berechnungskette
5659
* Korrigieren Sie ein falsches Formelberechnungsergebnis, das durch einen gemeinsamen Formelanalysefehler verursacht wurde, verwandtes problem [#2056](https://github.com/xuri/excelize/issues/2056)
57-
* Beheben Sie beschädigte Arbeitsmappen, die generiert werden, wenn die Größe einer inneren ZIP64-Datei 4GB überschreitet.
60+
* Beheben Sie beschädigte Arbeitsmappen, die generiert werden, wenn die Größe einer inneren ZIP64-Datei 4GB überschreitet
61+
* Beheben Sie den Blattnamenfehler im definierten Namen nach dem Umbenennen des Blatts, verwandtes problem [#2126](https://github.com/xuri/excelize/issues/2126)
5862

5963
### Leistungsverbesserung
6064

@@ -68,6 +72,8 @@ Die bemerkenswertesten Änderungen in dieser Version sind:
6872
* Das Abhängigkeitsmodul wurde aktualisiert
6973
* Unit Tests und godoc aktualisiert
7074
* Aktualisierung der [mehrsprachigen Dokumentationswebsite](https://xuri.me/excelize) mit Unterstützung für Arabisch, Deutsch, Englisch, Spanisch, Französisch, Italienisch, Japanisch, Koreanisch, Portugiesisch, Russisch, vereinfachtes und traditionelles Chinesisch
75+
* [excelize-wasm](https://github.com/xuri/excelize-wasm) NPM-Paket-Release-Update für WebAssembly / JavaScript-Unterstützung
76+
* [excelize](https://github.com/xuri/excelize-py) PyPI-Paket-Release-Update für Python
7177

7278
### Vielen Dank
7379

@@ -92,3 +98,6 @@ Vielen Dank für alle Mitwirkenden an Excelize. Nachfolgend finden Sie eine List
9298
* @paolobarbolini (Paolo Barbolini)
9399
* @timesince
94100
* @shcabin
101+
* @tgulacsi (Tamás Gulácsi)
102+
* @R3dByt3 (R3dByt3)
103+
* @Now-Shimmer

en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Excelize is a library written in pure Go providing a set of functions that allow
99
- go.dev: [pkg.go.dev/github.com/xuri/excelize/v2](https://pkg.go.dev/github.com/xuri/excelize/v2)
1010
- Licenses: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
1111
- Last version: [v2.9.0](https://github.com/xuri/excelize/releases/latest)
12-
- Document update time: March 25, 2025
12+
- Document update time: May 13, 2025
1313

1414
## Project mission
1515

en/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
* [Performance](performance.md)
251251
* [Contribution](contribution.md)
252252
* Released Versions
253-
* [v2.9.1](releases/v2.9.1.md)
253+
* [v2.9.1 (2025-05-13)](releases/v2.9.1.md)
254254
* [v2.9.0 (2024-10-15)](releases/v2.9.0.md)
255255
* [v2.8.1 (2024-02-26)](releases/v2.8.1.md)
256256
* [v2.8.0 (2023-08-28)](releases/v2.8.0.md)

en/releases/v2.9.1.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Excelize v2.9.1
22

3-
* Will be released: May 15, 2025
3+
* Released this on: May 13, 2025
4+
* GitHub Release: [https://github.com/xuri/excelize/releases/tag/v2.9.1](https://github.com/xuri/excelize/releases/tag/v2.9.1)
45

56
## Release Notes
67

@@ -11,6 +12,7 @@ The most notable changes in this release are:
1112
* Upgrade requirements Go language version is 1.23 or later, for upgrade of dependency package `golang.org/x/crypto`
1213
* Change the data type of `DataValidationType`, `DataValidationErrorStyle`, `DataValidationOperator`, `PictureInsertType` from `int` to `byte`
1314
* SetCellInt function required `int64` data type parameter, resolve issue [#2068](https://github.com/xuri/excelize/issues/2068)
15+
* When adding drawing objects such as pictures, charts, shapes, and form controls, the offset setting will no longer affect the size of the drawing object, related issue [#2001](https://github.com/xuri/excelize/issues/2001)
1416

1517
### Notable Features
1618

@@ -38,6 +40,7 @@ The most notable changes in this release are:
3840
* Support adjust data validations cross multiple worksheets, related issue [#2072](https://github.com/xuri/excelize/issues/2072)
3941
* Support apply number format with hash and zero place holder, related issue [#2058](https://github.com/xuri/excelize/issues/2058)
4042
* Support apply number format with `?` symbol
43+
* Support to insert one cell anchor drawing object when specified the positioning as "oneCell", related issue [#2002](https://github.com/xuri/excelize/issues/2002)
4144

4245
### Bug Fixes
4346

@@ -55,6 +58,7 @@ The most notable changes in this release are:
5558
* Fix panic on delete calc chain in some case
5659
* Fix incorrect formula calculation result caused by shared formula parse error, resolve issue [#2056](https://github.com/xuri/excelize/issues/2056)
5760
* Fix corrupted workbook generated when an inner ZIP64 file size exceeds 4GB
61+
* Fix sheet name error in defined name after rename sheet, resolve issue [#2126](https://github.com/xuri/excelize/issues/2126)
5862

5963
### Performance
6064

@@ -68,6 +72,8 @@ The most notable changes in this release are:
6872
* The dependencies module has been updated
6973
* Unit tests and godoc updated
7074
* [Documentation website](https://xuri.me/excelize) with multilingual: Arabic, German, English, Spanish, French, Italian, Japanese, Korean, Portuguese, Russian, Chinese Simplified and Chinese Traditional, which has been updated.
75+
* [excelize-wasm](https://github.com/xuri/excelize-wasm) NPM package release update for WebAssembly / JavaScript support
76+
* [excelize](https://github.com/xuri/excelize-py) PyPI package release update for Python
7177

7278
### Thank you
7379

@@ -92,3 +98,6 @@ Thanks for all the contributors to Excelize. Below is a list of contributors tha
9298
* @paolobarbolini (Paolo Barbolini)
9399
* @timesince
94100
* @shcabin
101+
* @tgulacsi (Tamás Gulácsi)
102+
* @R3dByt3 (R3dByt3)
103+
* @Now-Shimmer

es/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Excelize es una biblioteca escrita en Go puro que proporciona un conjunto de fun
99
- go.dev: [pkg.go.dev/github.com/xuri/excelize/v2](https://pkg.go.dev/github.com/xuri/excelize/v2)
1010
- Licencias: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
1111
- Ultima versión: [v2.9.0](https://github.com/xuri/excelize/releases/latest)
12-
- Tiempo de actualización del documento: marzo 25, 2025
12+
- Tiempo de actualización del documento: Mayo 13, 2025
1313

1414
## Misión del proyecto
1515

es/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
* [Rendimiento](performance.md)
251251
* [Contribución](contribution.md)
252252
* Versiones Publicadas
253-
* [v2.9.1](releases/v2.9.1.md)
253+
* [v2.9.1 (2025-05-13)](releases/v2.9.1.md)
254254
* [v2.9.0 (2024-10-15)](releases/v2.9.0.md)
255255
* [v2.8.1 (2024-02-26)](releases/v2.8.1.md)
256256
* [v2.8.0 (2023-08-28)](releases/v2.8.0.md)

es/releases/v2.9.1.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Excelize v2.9.1
22

3-
* Lanzamiento: 13 de mayo de 2025
3+
* Esta versión lanzada el: 13 de mayo de 2025
4+
* Lanzado en GitHub: [https://github.com/xuri/excelize/releases/tag/v2.9.1](https://github.com/xuri/excelize/releases/tag/v2.9.1)
45

56
## Notas de lanzamiento
67

@@ -11,6 +12,7 @@ Los cambios más notables en esta versión son:
1112
* Se ha actualizado el requisito de la versión de Go a 1.23 o superior para actualizar el paquete de dependencias `golang.org/x/crypto`
1213
* Se ha cambiado el tipo de datos de `DataValidationType`, `DataValidationErrorStyle`, `DataValidationOperator` y `PictureInsertType` de `int` a `byte`
1314
* Se ha cambiado el tipo de parámetro de la función `SetCellInt` a `int64`, problema relacionado [#2068](https://github.com/xuri/excelize/issues/2068)
15+
* Al agregar objetos de dibujo, como imágenes, gráficos, formas y controles de formulario, la configuración de desplazamiento ya no afectará el tamaño del objeto de dibujo, problema relacionado [#2001](https://github.com/xuri/excelize/issues/2001)
1416

1517
### Características notables
1618

@@ -38,6 +40,7 @@ Los cambios más notables en esta versión son:
3840
* Se ha añadido compatibilidad con la validación de datos en múltiples hojas de trabajo, problema relacionado [#2072](https://github.com/xuri/excelize/issues/2072)
3941
* Se ha añadido compatibilidad con formatos numéricos que incluyen el símbolo `#` y ceros de relleno, problema relacionado [#2058](https://github.com/xuri/excelize/issues/2058)
4042
* Se ha añadido compatibilidad con formatos numéricos que incluyen el símbolo `?`
43+
* Admite la inserción de un objeto de dibujo de anclaje de celda cuando se especifica la posición como "oneCell", problema relacionado [#2002](https://github.com/xuri/excelize/issues/2002)
4144

4245
### Corrección de errores
4346

@@ -55,6 +58,7 @@ Los cambios más notables en esta versión son:
5558
* Se soluciona el pánico al eliminar la cadena de cálculo en algunos casos
5659
* Corregir el resultado incorrecto del cálculo de fórmula causado por un error de análisis de fórmula compartida, problema relacionado [#2056](https://github.com/xuri/excelize/issues/2056)
5760
* Se soluciona el problema del libro de trabajo dañado generado cuando el tamaño de un archivo ZIP64 interno supera los 4GB
61+
* Corregir el error del nombre de la hoja en el nombre definido después de cambiar el nombre de la hoja, problema relacionado [#2126](https://github.com/xuri/excelize/issues/2126)
5862

5963
### Optimización del rendimiento
6064

@@ -68,6 +72,8 @@ Los cambios más notables en esta versión son:
6872
* Se ha actualizado el módulo de dependencias
6973
* Pruebas unitarias y godoc actualizado
7074
* [Sitio web de documentación en varios idiomas](https://xuri.me/excelize): árabe, alemán, inglés, español, francés, italiano, japonés, coreano, portugués, ruso, chino simplificado y chino tradicional, que se ha actualizado
75+
* [excelize-wasm](https://github.com/xuri/excelize-wasm) Actualización del lanzamiento del paquete NPM para compatibilidad con WebAssembly y JavaScript
76+
* [excelize](https://github.com/xuri/excelize-py) Actualización del lanzamiento del paquete PyPI para Python
7177

7278
### Gracias
7379

@@ -92,3 +98,6 @@ Gracias por todos los colaboradores de Excelize. A continuación se muestra una
9298
* @paolobarbolini (Paolo Barbolini)
9399
* @timesince
94100
* @shcabin
101+
* @tgulacsi (Tamás Gulácsi)
102+
* @R3dByt3 (R3dByt3)
103+
* @Now-Shimmer

fr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Excelize est une bibliothèque écrite en pure Go fournissant un ensemble de fon
99
- go.dev: [pkg.go.dev/github.com/xuri/excelize/v2](https://pkg.go.dev/github.com/xuri/excelize/v2)
1010
- Licenses: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
1111
- Dernière version: [v2.9.0](https://github.com/xuri/excelize/releases/latest)
12-
- Heure de mise à jour du document: 25 Mars 2025
12+
- Heure de mise à jour du document: 13 Mai 2025
1313

1414
## Mission du projet
1515

fr/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
* [Performance](performance.md)
251251
* [Contribution](contribution.md)
252252
* Versions publiées
253-
* [v2.9.1](releases/v2.9.1.md)
253+
* [v2.9.1 (2025-05-13)](releases/v2.9.1.md)
254254
* [v2.9.0 (2024-10-15)](releases/v2.9.0.md)
255255
* [v2.8.1 (2024-02-26)](releases/v2.8.1.md)
256256
* [v2.8.0 (2023-08-28)](releases/v2.8.0.md)

0 commit comments

Comments
 (0)