Skip to content

Commit 6f82f1a

Browse files
committed
Bump version 2.6.1
1 parent de7d06a commit 6f82f1a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+394
-55
lines changed

ar/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Excelize هي مكتبة مكتوبة في الذهاب نقية توفير مج
88
- المساله: [github.com/xuri/excelize/issues](https://github.com/xuri/excelize/issues)
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)
11-
- الإصدار الأخير: [v2.6.0](https://github.com/xuri/excelize/releases/latest)
12-
- وقت تحديث المستند: أغسطس 15, 2022
11+
- الإصدار الأخير: [v2.6.1](https://github.com/xuri/excelize/releases/latest)
12+
- وقت تحديث المستند: أغسطس 22, 2022
1313

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

ar/SUMMARY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
* [الحصول على خلايا دمج](cell.md#GetMergeCells)
9999
* [إضافة تعليق](cell.md#AddComment)
100100
* [الحصول على تعليق](cell.md#GetComments)
101+
* [حذف تعليق](cell.md#DeleteComment)
101102
* [تعيين صيغة الخلية](cell.md#SetCellFormula)
102103
* [الحصول على صيغة الخلية](cell.md#GetCellFormula)
103104
* [حساب قيمة الخلية](cell.md#CalcCellValue)
@@ -217,7 +218,7 @@
217218
* [أداء](performance.md)
218219
* [إسهام](contribution.md)
219220
* الإصدارات الصادرة
220-
* [v2.6.1](releases/v2.6.1.md)
221+
* [v2.6.1 (2022-08-22)](releases/v2.6.1.md)
221222
* [v2.6.0 (2022-04-11)](releases/v2.6.0.md)
222223
* [v2.5.0 (2022-01-03)](releases/v2.5.0.md)
223224
* [v2.4.1 (2021-08-02)](releases/v2.4.1.md)

ar/cell.md

+12
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,18 @@ func (f *File) GetComments() (comments map[string][]Comment)
577577

578578
يقوم GetComments باسترداد جميع التعليقات وإرجاع خريطة اسم ورقة العمل إلى تعليقات ورقة العمل.
579579

580+
## حذف تعليق {#DeleteComment}
581+
582+
```go
583+
func (f *File) DeleteComment(sheet, cell string) (err error)
584+
```
585+
586+
يوفر DeleteComment طريقة حذف تعليق في ورقة بواسطة ورقة عمل معينة. على سبيل المثال ، احذف التعليق في `Sheet1!$A$30`:
587+
588+
```go
589+
err := f.DeleteComment("Sheet1", "A30")
590+
```
591+
580592
## تعيين صيغة الخلية {#SetCellFormula}
581593

582594
```go

ar/releases/v2.6.1.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Excelize v2.6.1
22

3-
* سيصدر: 22 أغسطس 2022
3+
* صدر هذا يوم: 22 أغسطس 2022
4+
* صدر في GitHub: [https://github.com/xuri/excelize/releases/tag/v2.6.1](https://github.com/xuri/excelize/releases/tag/v2.6.1)
45

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

@@ -18,10 +19,11 @@
1819
### تحسين التوافق
1920

2021
* دعم جديد 34 صيغة وظائف: CONVERT, COVARIANCE.S, DAVERAGE, DAYS360, DCOUNT, DCOUNTA, DGET, DMAX, DMIN, DPRODUCT, DSTDEV, DSTDEVP, DSUM, DVAR, DVARP, EDATE, EOMONTH, EUROCONVERT, GROWTH, HYPERLINK, MINVERSE, MMULT, NETWORKDAYS, NETWORKDAYS.INTL, PEARSON, RSQ, SKEW.P, SLOPE, STDEVPA, STEYX, TREND, WEEKNUM, WORKDAY, WORKDAY.INTL
22+
* إضافة وظيفة جديدة `DeleteComment` لدعم حذف التعليق ، قضية ذات صلة [#849](https://github.com/xuri/excelize/issues/849)
2123
* تدعم وظيفة `AddShape` الآن تعيين ماكرو للشكل
2224
* أضف دعمًا لنظام التاريخ 1900 أو 1904 ، قضية ذات صلة [#1212](https://github.com/xuri/excelize/issues/1212)
2325
* إضافة ارتباط تشعبي تحديث الخلية الدعم ، قضية ذات صلة [#1217](https://github.com/xuri/excelize/issues/1217)
24-
* تسمح وظيفة `AddPicture` الآن بإدراج صور بتنسيق EMF و WMF ، قضية ذات صلة [#1225](https://github.com/xuri/excelize/issues/1225)
26+
* تسمح وظيفة `AddPicture` الآن بإدراج صور بتنسيق EMF و WMF و EMZ و WMZ، قضية ذات صلة [#1225](https://github.com/xuri/excelize/issues/1225)
2527
* اجعل المصنف مفتوحًا لرسالة الاستثناء الفاشلة واضحة ، المتغير الجديد الذي تم تصديره `ErrWorkbookPassword` لرسالة الخطأ عند تلقي كلمة مرور المصنف غير الصحيحة
2628
* ثوابت جديدة مُصدَّرة `MinFontSize` و `MinColumns` و `MaxCellStyles`
2729
* أضف دعم صيغة الصفيف لمحرك حساب الصيغة
@@ -68,3 +70,22 @@
6870
* تم تحديث وحدة التبعيات
6971
* اختبارات الوحدة وتحديث godoc ، جعل حالة الاختبار متوافقة مع go1.19
7072
* [موقع التوثيق](https://xuri.me/excelize) متعدد اللغات: العربية والألمانية والإسبانية والإنجليزية والفرنسية والروسية والصينية واليابانية والكورية ، والتي تم تحديثها
73+
74+
### شكرًا لك
75+
76+
شكرا لجميع المساهمين في Excelize. يوجد أدناه قائمة بالمساهمين الذين لديهم مساهمات برمجية في هذا الإصدار:
77+
78+
* @JDavidVR (David)
79+
* @sceneq
80+
* @Juneezee (Eng Zer Jun)
81+
* @MichealJl (jialei)
82+
* @ww1516123
83+
* @z-hua (z.hua)
84+
* @xdlrt (yeshu)
85+
* @eaglexiang (Eagle Xiang)
86+
* @MJacred
87+
* @ReganYue (Regan Yue)
88+
* @thomascharbonnel (Thomas Charbonnel)
89+
* @ee0703 (EE)
90+
* @NaturalGao (NaturalGao)
91+
* @Sangua633

de/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Excelize ist eine Bibliothek, die in reinem Go geschrieben wurde und eine Reihe
88
- Problem: [github.com/xuri/excelize/issues](https://github.com/xuri/excelize/issues)
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)
11-
- Letzte Version: [v2.6.0](https://github.com/xuri/excelize/releases/latest)
12-
- Dokument Aktualisierungszeit: August 15, 2022
11+
- Letzte Version: [v2.6.1](https://github.com/xuri/excelize/releases/latest)
12+
- Dokument Aktualisierungszeit: August 22, 2022
1313

1414
## Project mission
1515

de/SUMMARY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
* [Abrufen von Zusammenführungszellen](cell.md#GetMergeCells)
9999
* [Kommentar hinzufügen](cell.md#AddComment)
100100
* [Kommentar abrufen](cell.md#GetComments)
101+
* [Kommentar löschen](cell.md#DeleteComment)
101102
* [Festlegen der Zellenformel](cell.md#SetCellFormula)
102103
* [Abrufen der Zellenformel](cell.md#GetCellFormula)
103104
* [Zellenwert berechnen](cell.md#CalcCellValue)
@@ -217,7 +218,7 @@
217218
* [Leistung](performance.md)
218219
* [Beitrag](contribution.md)
219220
* Freigegebene Versionen
220-
* [v2.6.1](releases/v2.6.1.md)
221+
* [v2.6.1 (2022-08-22)](releases/v2.6.1.md)
221222
* [v2.6.0 (2022-04-11)](releases/v2.6.0.md)
222223
* [v2.5.0 (2022-01-03)](releases/v2.5.0.md)
223224
* [v2.4.1 (2021-08-02)](releases/v2.4.1.md)

de/cell.md

+12
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,18 @@ func (f *File) GetComments() (comments map[string][]Comment)
572572

573573
GetComments ruft alle Kommentare ab und gibt eine Karte des Arbeitsblattnamens an die Arbeitsblattkommentare zurück.
574574

575+
## Kommentar löschen {#DeleteComment}
576+
577+
```go
578+
func (f *File) DeleteComment(sheet, cell string) (err error)
579+
```
580+
581+
DeleteComment bietet die Methode zum Löschen von Kommentaren in einem Blatt nach gegebenem Arbeitsblatt. Löschen Sie beispielsweise den Kommentar in `Sheet1!$A$30`:
582+
583+
```go
584+
err := f.DeleteComment("Sheet1", "A30")
585+
```
586+
575587
## Festlegen der Zellenformel {#SetCellFormula}
576588

577589
```go

de/releases/v2.6.1.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Excelize v2.6.1
22

3-
* Wird veröffentlicht: 22. August 2022
3+
* Veröffentlicht am: 22. August 2022
4+
* Veröffentlicht auf GitHub: [https://github.com/xuri/excelize/releases/tag/v2.6.1](https://github.com/xuri/excelize/releases/tag/v2.6.1)
45

56
## Versionshinweise
67

@@ -18,10 +19,11 @@ Die bemerkenswertesten Änderungen in dieser Version sind:
1819
### Neue Eigenschaften
1920

2021
* Neue Unterstützung von 34 Formelfunktionen: CONVERT, COVARIANCE.S, DAVERAGE, DAYS360, DCOUNT, DCOUNTA, DGET, DMAX, DMIN, DPRODUCT, DSTDEV, DSTDEVP, DSUM, DVAR, DVARP, EDATE, EOMONTH, EUROCONVERT, GROWTH, HYPERLINK, MINVERSE, MMULT, NETWORKDAYS, NETWORKDAYS.INTL, PEARSON, RSQ, SKEW.P, SLOPE, STDEVPA, STEYX, TREND, WEEKNUM, WORKDAY, WORKDAY.INTL
22+
* Neue Funktion `DeleteComment` hinzufügen, um das Löschen von Kommentaren zu unterstützen, verwandtes problem [#849](https://github.com/xuri/excelize/issues/849)
2123
* Die `AddShape` Funktion unterstützt jetzt die Zuweisung eines Makros zur Form
2224
* Unterstützung für das Datumssystem 1900 oder 1904 hinzufügen, verwandtes problem [#1212](https://github.com/xuri/excelize/issues/1212)
2325
* Fügen Sie den Hyperlink für Support-Update-Zellen hinzu, verwandtes problem [#1217](https://github.com/xuri/excelize/issues/1217)
24-
* Die `AddPicture` Funktion ermöglicht jetzt das Einfügen von Bildern im EMF und WMF Format, verwandtes problem [#1225](https://github.com/xuri/excelize/issues/1225)
26+
* Die `AddPicture` Funktion ermöglicht jetzt das Einfügen von Bildern im EMF, WMF, EMZ und WMZ Format, verwandtes problem [#1225](https://github.com/xuri/excelize/issues/1225)
2527
* Ausnahmemeldung zum Öffnen der Arbeitsmappe löschen, neue exportierte Variable `ErrWorkbookPassword` für die Fehlermeldung beim Empfang des falschen Arbeitsmappenkennworts
2628
* Neue exportierte Konstanten `MinFontSize`, `MinColumns` und `MaxCellStyles`
2729
* Array-Formel-Unterstützung für die Formelberechnungs-Engine hinzufügen
@@ -68,3 +70,22 @@ Die bemerkenswertesten Änderungen in dieser Version sind:
6870
* Das Abhängigkeitsmodul wurde aktualisiert
6971
* Unit Tests und godoc aktualisiert, den Testfall mit go1.19 kompatibel gemacht
7072
* [Dokumentationswebsite](https://xuri.me/excelize) mit mehrsprachiger Sprache: Arabisch, Deutsch, Spanisch, Englisch, Französisch, Russisch, Chinesisch, Japanisch und Koreanisch, die aktualisiert wurde
73+
74+
### Vielen Dank
75+
76+
Vielen Dank für alle Mitwirkenden an Excelize. Nachfolgend finden Sie eine Liste der Mitwirkenden, die Codebeiträge in dieser Version haben:
77+
78+
* @JDavidVR (David)
79+
* @sceneq
80+
* @Juneezee (Eng Zer Jun)
81+
* @MichealJl (jialei)
82+
* @ww1516123
83+
* @z-hua (z.hua)
84+
* @xdlrt (yeshu)
85+
* @eaglexiang (Eagle Xiang)
86+
* @MJacred
87+
* @ReganYue (Regan Yue)
88+
* @thomascharbonnel (Thomas Charbonnel)
89+
* @ee0703 (EE)
90+
* @NaturalGao (NaturalGao)
91+
* @Sangua633

en/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Excelize is a library written in pure Go providing a set of functions that allow
88
- Issue: [github.com/xuri/excelize/issues](https://github.com/xuri/excelize/issues)
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)
11-
- Last version: [v2.6.0](https://github.com/xuri/excelize/releases/latest)
12-
- Document update time: August 15, 2022
11+
- Last version: [v2.6.1](https://github.com/xuri/excelize/releases/latest)
12+
- Document update time: August 22, 2022
1313

1414
## Project mission
1515

@@ -76,4 +76,4 @@ Please contact us by <a href="mailto: [email protected]">E-mail</a>.
7676

7777
##### Chapter 3:Working with Large Spreadsheet Efficiently
7878

79-
3.1 High-Performance I/O, Create a Huge Amounts of Data by Streaming API
79+
[3.1 High-Performance I/O, Create a Huge Amounts of Data by Streaming API](https://youtu.be/mzQhoVrKOz8)

en/SUMMARY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
* [Get merge cells](cell.md#GetMergeCells)
9999
* [Add comment](cell.md#AddComment)
100100
* [Get comment](cell.md#GetComments)
101+
* [Delete comment](cell.md#DeleteComment)
101102
* [Set cell formula](cell.md#SetCellFormula)
102103
* [Get cell formula](cell.md#GetCellFormula)
103104
* [Calculate cell value](cell.md#CalcCellValue)
@@ -217,7 +218,7 @@
217218
* [Performance](performance.md)
218219
* [Contribution](contribution.md)
219220
* Released Versions
220-
* [v2.6.1](releases/v2.6.1.md)
221+
* [v2.6.1 (2022-08-22)](releases/v2.6.1.md)
221222
* [v2.6.0 (2022-04-11)](releases/v2.6.0.md)
222223
* [v2.5.0 (2022-01-03)](releases/v2.5.0.md)
223224
* [v2.4.1 (2021-08-02)](releases/v2.4.1.md)

en/cell.md

+12
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,18 @@ func (f *File) GetComments() (comments map[string][]Comment)
572572

573573
GetComments retrieve all comments and return a map of worksheet name to the worksheet comments.
574574

575+
## Delete comment {#DeleteComment}
576+
577+
```go
578+
func (f *File) DeleteComment(sheet, cell string) (err error)
579+
```
580+
581+
DeleteComment provides the method to delete comment in a sheet by given worksheet. For example, delete the comment in `Sheet1!$A$30`:
582+
583+
```go
584+
err := f.DeleteComment("Sheet1", "A30")
585+
```
586+
575587
## Set cell formula {#SetCellFormula}
576588

577589
```go

en/releases/v2.6.1.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Excelize v2.6.1
22

3-
* Will be released: August 22, 2022
3+
* Released this on: August 22, 2022
4+
* GitHub Release: [https://github.com/xuri/excelize/releases/tag/v2.6.1](https://github.com/xuri/excelize/releases/tag/v2.6.1)
45

56
## Release Notes
67

@@ -18,10 +19,11 @@ The most notable changes in this release are:
1819
### Notable Features
1920

2021
* New support 34 formula functions: CONVERT, COVARIANCE.S, DAVERAGE, DAYS360, DCOUNT, DCOUNTA, DGET, DMAX, DMIN, DPRODUCT, DSTDEV, DSTDEVP, DSUM, DVAR, DVARP, EDATE, EOMONTH, EUROCONVERT, GROWTH, HYPERLINK, MINVERSE, MMULT, NETWORKDAYS, NETWORKDAYS.INTL, PEARSON, RSQ, SKEW.P, SLOPE, STDEVPA, STEYX, TREND, WEEKNUM, WORKDAY, WORKDAY.INTL
22+
* New function `DeleteComment` support to delete comment, related issue [#849](https://github.com/xuri/excelize/issues/849)
2123
* The `AddShape` function now support assigning a macro to the shape
2224
* Add support for the 1900 and 1904 date system, related issue [#1212](https://github.com/xuri/excelize/issues/1212)
2325
* Add support update cell hyperlink, related issue [#1217](https://github.com/xuri/excelize/issues/1217)
24-
* The `AddPicture` function now allowing insert EMF and WMF format images, related issue [#1225](https://github.com/xuri/excelize/issues/1225)
26+
* The `AddPicture` function now allowing insert EMF, WMF, EMZ and WMZ format images, related issue [#1225](https://github.com/xuri/excelize/issues/1225)
2527
* Make workbook open failed exception message clear, new exported variable `ErrWorkbookPassword` for the error message on receiving the incorrect workbook password
2628
* New exported constants `MinFontSize`, `MinColumns` and `MaxCellStyles`
2729
* Add array formula support for the formula calculation engine
@@ -68,3 +70,22 @@ The most notable changes in this release are:
6870
* The dependencies module has been updated
6971
* Unit tests and godoc updated, made the test case compatible with go1.19
7072
* [Documentation website](https://xuri.me/excelize) with multilingual: Arabic, German, Spanish, English, French, Russian, Chinese, Japanese, and Korean, which has been updated
73+
74+
### Thank you
75+
76+
Thanks for all the contributors to Excelize. Below is a list of contributors that have code contributions in this version:
77+
78+
* @JDavidVR (David)
79+
* @sceneq
80+
* @Juneezee (Eng Zer Jun)
81+
* @MichealJl (jialei)
82+
* @ww1516123
83+
* @z-hua (z.hua)
84+
* @xdlrt (yeshu)
85+
* @eaglexiang (Eagle Xiang)
86+
* @MJacred
87+
* @ReganYue (Regan Yue)
88+
* @thomascharbonnel (Thomas Charbonnel)
89+
* @ee0703 (EE)
90+
* @NaturalGao (NaturalGao)
91+
* @Sangua633

es/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Excelize es una biblioteca escrita en Go puro que proporciona un conjunto de fun
88
- Problema: [github.com/xuri/excelize/issues](https://github.com/xuri/excelize/issues)
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)
11-
- Ultima versión: [v2.6.0](https://github.com/xuri/excelize/releases/latest)
12-
- Tiempo de actualización del documento: agosto 15, 2022
11+
- Ultima versión: [v2.6.1](https://github.com/xuri/excelize/releases/latest)
12+
- Tiempo de actualización del documento: agosto 22, 2022
1313

1414
## Misión del proyecto
1515

es/SUMMARY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
* [Obtener celdas de combinación](cell.md#GetMergeCells)
9999
* [Añadir comentario](cell.md#AddComment)
100100
* [Obtener comentarios](cell.md#GetComments)
101+
* [Eliminar comentario](cell.md#DeleteComment)
101102
* [Establecer fórmula de celda](cell.md#SetCellFormula)
102103
* [Obtener fórmula celular](cell.md#GetCellFormula)
103104
* [Calcular el valor de la celda](cell.md#CalcCellValue)
@@ -217,7 +218,7 @@
217218
* [Rendimiento](performance.md)
218219
* [Contribución](contribution.md)
219220
* Versiones Publicadas
220-
* [v2.6.1](releases/v2.6.1.md)
221+
* [v2.6.1 (2022-08-22)](releases/v2.6.1.md)
221222
* [v2.6.0 (2022-04-11)](releases/v2.6.0.md)
222223
* [v2.5.0 (2022-01-03)](releases/v2.5.0.md)
223224
* [v2.4.1 (2021-08-02)](releases/v2.4.1.md)

es/cell.md

+12
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,18 @@ func (f *File) GetComments() (comments map[string][]Comment)
572572

573573
GetComments recupera todos los comentarios y devuelve un mapa del nombre de la hoja de trabajo a los comentarios de la hoja de trabajo.
574574

575+
## Eliminar comentario {#DeleteComment}
576+
577+
```go
578+
func (f *File) DeleteComment(sheet, cell string) (err error)
579+
```
580+
581+
DeleteComment proporciona el método para eliminar comentarios en una hoja por hoja de trabajo dada. Por ejemplo, elimine el comentario en `Sheet1!$A$30`:
582+
583+
```go
584+
err := f.DeleteComment("Sheet1", "A30")
585+
```
586+
575587
## Establecer fórmula de celda {#SetCellFormula}
576588

577589
```go

es/releases/v2.6.1.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Excelize v2.6.1
22

3-
* Lanzamiento: 22 agosto 2022
3+
* Esta versión lanzada el: 22 agosto 2022
4+
* Lanzado en GitHub: [https://github.com/xuri/excelize/releases/tag/v2.6.1](https://github.com/xuri/excelize/releases/tag/v2.6.1)
45

56
## Notas de lanzamiento
67

@@ -18,10 +19,11 @@ Los cambios más notables en esta versión son:
1819
### Características notables
1920

2021
* Nuevo soporte 34 funciones de fórmula: CONVERT, COVARIANCE.S, DAVERAGE, DAYS360, DCOUNT, DCOUNTA, DGET, DMAX, DMIN, DPRODUCT, DSTDEV, DSTDEVP, DSUM, DVAR, DVARP, EDATE, EOMONTH, EUROCONVERT, GROWTH, HYPERLINK, MINVERSE, MMULT, NETWORKDAYS, NETWORKDAYS.INTL, PEARSON, RSQ, SKEW.P, SLOPE, STDEVPA, STEYX, TREND, WEEKNUM, WORKDAY, WORKDAY.INTL
22+
* Agregue la nueva función `DeleteComment` para admitir la eliminación de comentarios, problema relacionado [#849](https://github.com/xuri/excelize/issues/849)
2123
* La función `AddShape` ahora admite la asignación de una macro a la forma
2224
* Agregue soporte para el sistema de fechas de 1900 o 1904, problema relacionado [#1212](https://github.com/xuri/excelize/issues/1212)
2325
* Agregar hipervínculo de celda de actualización de soporte, problema relacionado [#1217](https://github.com/xuri/excelize/issues/1217)
24-
* La función `AddPicture` ahora permite insertar imágenes en formato EMF y WMF, problema relacionado [#1225](https://github.com/xuri/excelize/issues/1225)
26+
* La función `AddPicture` ahora permite insertar imágenes en formato EMF, WMF, EMZ y WMZ, problema relacionado [#1225](https://github.com/xuri/excelize/issues/1225)
2527
* Borrar el mensaje de excepción de error al abrir el libro, new exported variable `ErrWorkbookPassword` for the error message on receiving the incorrect workbook password
2628
* Nuevas constantes exportadas `MinFontSize`, `MinColumns` y `MaxCellStyles`
2729
* Agregar compatibilidad con fórmulas de matriz para el motor de cálculo de fórmulas
@@ -68,3 +70,22 @@ Los cambios más notables en esta versión son:
6870
* Se ha actualizado el módulo de dependencias
6971
* Pruebas unitarias y godoc actualizado, hizo el caso de prueba compatible con go1.19
7072
* [Sitio web de documentación](https://xuri.me/excelize) con varios idiomas: árabe, alemán, español, inglés, francés, ruso, chino, japonés y coreano, actualizado
73+
74+
### Gracias
75+
76+
Gracias por todos los colaboradores de Excelize. A continuación se muestra una lista de colaboradores que tienen contribuciones de código en esta versión:
77+
78+
* @JDavidVR (David)
79+
* @sceneq
80+
* @Juneezee (Eng Zer Jun)
81+
* @MichealJl (jialei)
82+
* @ww1516123
83+
* @z-hua (z.hua)
84+
* @xdlrt (yeshu)
85+
* @eaglexiang (Eagle Xiang)
86+
* @MJacred
87+
* @ReganYue (Regan Yue)
88+
* @thomascharbonnel (Thomas Charbonnel)
89+
* @ee0703 (EE)
90+
* @NaturalGao (NaturalGao)
91+
* @Sangua633

fr/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Excelize est une bibliothèque écrite en pure Go fournissant un ensemble de fon
88
- Problème: [github.com/xuri/excelize/issues](https://github.com/xuri/excelize/issues)
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)
11-
- Dernière version: [v2.6.0](https://github.com/xuri/excelize/releases/latest)
12-
- Heure de mise à jour du document: 15 août 2022
11+
- Dernière version: [v2.6.1](https://github.com/xuri/excelize/releases/latest)
12+
- Heure de mise à jour du document: 22 août 2022
1313

1414
## Mission du projet
1515

0 commit comments

Comments
 (0)