Skip to content

Commit

Permalink
Breaking changes: Go 1.20 and later required
Browse files Browse the repository at this point in the history
- Add docs for the AddIgnoredErrors function
- Move pull request and security template to .github folder
  • Loading branch information
xuri committed Jan 15, 2025
1 parent b8aa728 commit ab89afe
Show file tree
Hide file tree
Showing 77 changed files with 418 additions and 248 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions ar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<p align="center"><img width="650" src="../images/excelize.svg" alt="Excelize شعار"></p>

Excelize هي مكتبة مكتوبة في الذهاب نقية توفير مجموعة من الوظائف التي تسمح لك الكتابة إلى وقراءة من XLAM / XLSM / XLSX / XLTM / XLTX الملفات. يدعم قراءة وكتابة مستندات جداول البيانات التي تم إنشاؤها بواسطة Microsoft Excel&trade; 2007 والإصدارات الأحدث. يدعم المكونات المعقدة من خلال التوافق العالي ، ويوفر واجهة برمجة التطبيقات المتدفقة لتوليد أو قراءة البيانات من ورقة عمل تحتوي على كميات هائلة من البيانات. تحتاج هذه المكتبة إلى Go الإصدار 1.18 أو الإصدار الأحدث.
Excelize هي مكتبة مكتوبة في الذهاب نقية توفير مجموعة من الوظائف التي تسمح لك الكتابة إلى وقراءة من XLAM / XLSM / XLSX / XLTM / XLTX الملفات. يدعم قراءة وكتابة مستندات جداول البيانات التي تم إنشاؤها بواسطة Microsoft Excel&trade; 2007 والإصدارات الأحدث. يدعم المكونات المعقدة من خلال التوافق العالي ، ويوفر واجهة برمجة التطبيقات المتدفقة لتوليد أو قراءة البيانات من ورقة عمل تحتوي على كميات هائلة من البيانات. تحتاج هذه المكتبة إلى Go الإصدار 1.20 أو الإصدار الأحدث.

- شفرة المصدر: [github.com/xuri/excelize](https://github.com/xuri/excelize)
- المساله: [github.com/xuri/excelize/issues](https://github.com/xuri/excelize/issues)
- go.dev: [pkg.go.dev/github.com/xuri/excelize/v2](https://pkg.go.dev/github.com/xuri/excelize/v2)
- التراخيص: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
- الإصدار الأخير: [v2.9.0](https://github.com/xuri/excelize/releases/latest)
- وقت تحديث المستند: اكتوبر 27, 2024
- وقت تحديث المستند: كانون الثاني 14, 2025

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

Expand Down
1 change: 1 addition & 0 deletions ar/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
* [إضافة تعليق](cell.md#AddComment)
* [الحصول على تعليق](cell.md#GetComments)
* [حذف تعليق](cell.md#DeleteComment)
* [إضافة الأخطاء المتجاهلة](cell.md#AddIgnoredErrors)
* [تعيين صيغة الخلية](cell.md#SetCellFormula)
* [الحصول على صيغة الخلية](cell.md#GetCellFormula)
* [حساب قيمة الخلية](cell.md#CalcCellValue)
Expand Down
3 changes: 2 additions & 1 deletion ar/base/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

الإصدار Excelize | الحد الأدنى من متطلبات إصدار لغة Go
---|---
v2.8.1 | 1.18
master | 1.20
v2.8.1 ~ v2.9.0 | 1.18
v2.7.0 ~ v2.8.0 | 1.16
v2.4.0 ~ v2.6.1 | 1.15
v2.0.2 ~ v2.3.2 | 1.10
Expand Down
12 changes: 12 additions & 0 deletions ar/cell.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,18 @@ func (f *File) DeleteComment(sheet, cell string) error
err := f.DeleteComment("ورقة1", "A30")
```

## إضافة الأخطاء المتجاهلة {#AddIgnoredErrors}

```go
func (f *File) AddIgnoredErrors(sheet, rangeRef string, ignoredErrorsType IgnoredErrorsType) error
```

توفر AddIgnoredErrors طريقة لتجاهل الخطأ في نطاق من الخلايا. على سبيل المثال: تجاهل الخطأ "الرقم المحفوظ كنص" في `ورقة1` لنطاق من الخلايا `D15 C18:D19`:

```go
err := f.AddIgnoredErrors("ورقة1", "D15 C18:D19", excelize.IgnoredErrorsNumberStoredAsText)
```

## تعيين صيغة الخلية {#SetCellFormula}

```go
Expand Down
4 changes: 2 additions & 2 deletions de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<p align="center"><img width="650" src="../images/excelize.svg" alt="Excelize logo"></p>

Excelize ist eine Bibliothek, die in reinem Go geschrieben wurde und eine Reihe von Funktionen bereitstellt, mit denen Sie in XLAM / XLSM / XLSX / XLTM / XLTX-Dateien schreiben und sie aus ihnen lesen können. Unterstützt das Lesen und Schreiben von Tabellenkalkulationsdokumenten, die von Microsoft Excel&trade; 2007 und höher generiert wurden. Unterstützt komplexe Komponenten durch hohe Kompatibilität und bereitgestellte Streaming-API zum Generieren oder Lesen von Daten aus einem Arbeitsblatt mit riesigen Datenmengen. Diese Bibliothek benötigt Go Version 1.18 oder höher.
Excelize ist eine Bibliothek, die in reinem Go geschrieben wurde und eine Reihe von Funktionen bereitstellt, mit denen Sie in XLAM / XLSM / XLSX / XLTM / XLTX-Dateien schreiben und sie aus ihnen lesen können. Unterstützt das Lesen und Schreiben von Tabellenkalkulationsdokumenten, die von Microsoft Excel&trade; 2007 und höher generiert wurden. Unterstützt komplexe Komponenten durch hohe Kompatibilität und bereitgestellte Streaming-API zum Generieren oder Lesen von Daten aus einem Arbeitsblatt mit riesigen Datenmengen. Diese Bibliothek benötigt Go Version 1.20 oder höher.

- Quellcode: [github.com/xuri/excelize](https://github.com/xuri/excelize)
- Problem: [github.com/xuri/excelize/issues](https://github.com/xuri/excelize/issues)
- go.dev: [pkg.go.dev/github.com/xuri/excelize/v2](https://pkg.go.dev/github.com/xuri/excelize/v2)
- Lizenzen: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
- Letzte Version: [v2.9.0](https://github.com/xuri/excelize/releases/latest)
- Dokument Aktualisierungszeit: Oktober 27, 2024
- Dokument Aktualisierungszeit: Januar 14, 2025

## Project mission

Expand Down
1 change: 1 addition & 0 deletions de/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
* [Kommentar hinzufügen](cell.md#AddComment)
* [Kommentar abrufen](cell.md#GetComments)
* [Kommentar löschen](cell.md#DeleteComment)
* [Ignorierte Fehler hinzufügen](cell.md#AddIgnoredErrors)
* [Festlegen der Zellenformel](cell.md#SetCellFormula)
* [Abrufen der Zellenformel](cell.md#GetCellFormula)
* [Zellenwert berechnen](cell.md#CalcCellValue)
Expand Down
3 changes: 2 additions & 1 deletion de/base/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Die folgende Tabelle zeigt die Mindestanforderungen der Go-Sprache für jede ver

Excelize-Version | Mindestanforderungen für die Go-Sprachversion
---|---
v2.8.1 | 1.18
master | 1.20
v2.8.1 ~ v2.9.0 | 1.18
v2.7.0 ~ v2.8.0 | 1.16
v2.4.0 ~ v2.6.1 | 1.15
v2.0.2 ~ v2.3.2 | 1.10
Expand Down
12 changes: 12 additions & 0 deletions de/cell.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,18 @@ DeleteComment bietet die Methode zum Löschen von Kommentaren in einem Blatt nac
err := f.DeleteComment("Tabelle1", "A30")
```

## Ignorierte Fehler hinzufügen {#AddIgnoredErrors}

```go
func (f *File) AddIgnoredErrors(sheet, rangeRef string, ignoredErrorsType IgnoredErrorsType) error
```

AddIgnoredErrors bietet die Methode, Fehler für einen Zellbereich zu ignorieren. Beispiel: Ignorieren Sie den Fehler "Zahl als Text gespeichert" in `Tabelle1` für den Zellbereich `D15 C18:D19`:

```go
err := f.AddIgnoredErrors("Tabelle1", "D15 C18:D19", excelize.IgnoredErrorsNumberStoredAsText)
```

## Festlegen der Zellenformel {#SetCellFormula}

```go
Expand Down
4 changes: 2 additions & 2 deletions en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<p align="center"><img width="650" src="../images/excelize.svg" alt="Excelize logo"></p>

Excelize is a library written in pure Go providing a set of functions that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files. Supports reading and writing spreadsheet documents generated by Microsoft Excel&trade; 2007 and later. Supports complex components by high compatibility, and provided streaming API for generating or reading data from a worksheet with huge amounts of data. This library needs Go version 1.18 or later.
Excelize is a library written in pure Go providing a set of functions that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files. Supports reading and writing spreadsheet documents generated by Microsoft Excel&trade; 2007 and later. Supports complex components by high compatibility, and provided streaming API for generating or reading data from a worksheet with huge amounts of data. This library needs Go version 1.20 or later.

- Source Code: [github.com/xuri/excelize](https://github.com/xuri/excelize)
- Issue: [github.com/xuri/excelize/issues](https://github.com/xuri/excelize/issues)
- go.dev: [pkg.go.dev/github.com/xuri/excelize/v2](https://pkg.go.dev/github.com/xuri/excelize/v2)
- Licenses: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
- Last version: [v2.9.0](https://github.com/xuri/excelize/releases/latest)
- Document update time: October 27, 2024
- Document update time: January 14, 2025

## Project mission

Expand Down
1 change: 1 addition & 0 deletions en/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
* [Add comment](cell.md#AddComment)
* [Get comment](cell.md#GetComments)
* [Delete comment](cell.md#DeleteComment)
* [Add ignored errors](cell.md#AddIgnoredErrors)
* [Set cell formula](cell.md#SetCellFormula)
* [Get cell formula](cell.md#GetCellFormula)
* [Calculate cell value](cell.md#CalcCellValue)
Expand Down
3 changes: 2 additions & 1 deletion en/base/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ The following table shows the minimum requirements of Go language with each Exce

Excelize Version | Minimum Go Language Version Requirements
---|---
v2.8.1 | 1.18
master | 1.20
v2.8.1 ~ v2.9.0 | 1.18
v2.7.0 ~ v2.8.0 | 1.16
v2.4.0 ~ v2.6.1 | 1.15
v2.0.2 ~ v2.3.2 | 1.10
Expand Down
12 changes: 12 additions & 0 deletions en/cell.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,18 @@ DeleteComment provides the method to delete comment in a sheet by given workshee
err := f.DeleteComment("Sheet1", "A30")
```

## Add ignored errors {#AddIgnoredErrors}

```go
func (f *File) AddIgnoredErrors(sheet, rangeRef string, ignoredErrorsType IgnoredErrorsType) error
```

AddIgnoredErrors provides the method to ignored error for a range of cells. For example: ignore "number stored as text" error on `Sheet1` for range of cells `D15 C18:D19`:

```go
err := f.AddIgnoredErrors("Sheet1", "D15 C18:D19", excelize.IgnoredErrorsNumberStoredAsText)
```

## Set cell formula {#SetCellFormula}

```go
Expand Down
4 changes: 2 additions & 2 deletions es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<p align="center"><img width="650" src="../images/excelize.svg" alt="Excelize logo"></p>

Excelize es una biblioteca escrita en Go puro que proporciona un conjunto de funciones que le permiten escribir y leer desde archivos XLAM / XLSM / XLSX / XLTM / XLTX. Admite la lectura y escritura de documentos de hoja de cálculo generados por Microsoft Excel&trade; 2007 y versiones posteriores. Admite componentes complejos por alta compatibilidad y proporciona API de streaming para generar o leer datos de una hoja de trabajo con grandes cantidades de datos. Esta biblioteca necesita Go versión 1.18 o posterior.
Excelize es una biblioteca escrita en Go puro que proporciona un conjunto de funciones que le permiten escribir y leer desde archivos XLAM / XLSM / XLSX / XLTM / XLTX. Admite la lectura y escritura de documentos de hoja de cálculo generados por Microsoft Excel&trade; 2007 y versiones posteriores. Admite componentes complejos por alta compatibilidad y proporciona API de streaming para generar o leer datos de una hoja de trabajo con grandes cantidades de datos. Esta biblioteca necesita Go versión 1.20 o posterior.

- Código fuente: [github.com/xuri/excelize](https://github.com/xuri/excelize)
- Problema: [github.com/xuri/excelize/issues](https://github.com/xuri/excelize/issues)
- go.dev: [pkg.go.dev/github.com/xuri/excelize/v2](https://pkg.go.dev/github.com/xuri/excelize/v2)
- Licencias: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
- Ultima versión: [v2.9.0](https://github.com/xuri/excelize/releases/latest)
- Tiempo de actualización del documento: octubre 27, 2024
- Tiempo de actualización del documento: enero 14, 2025

## Misión del proyecto

Expand Down
1 change: 1 addition & 0 deletions es/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
* [Añadir comentario](cell.md#AddComment)
* [Obtener comentarios](cell.md#GetComments)
* [Eliminar comentario](cell.md#DeleteComment)
* [Agregar errores ignorados](cell.md#AddIgnoredErrors)
* [Establecer fórmula de celda](cell.md#SetCellFormula)
* [Obtener fórmula celular](cell.md#GetCellFormula)
* [Calcular el valor de la celda](cell.md#CalcCellValue)
Expand Down
3 changes: 2 additions & 1 deletion es/base/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ La siguiente tabla muestra los requisitos mínimos del lenguaje Go con cada vers

Versión Excelize | Requisitos mínimos de la versión del idioma Go
---|---
v2.8.1 | 1.18
master | 1.20
v2.8.1 ~ v2.9.0 | 1.18
v2.7.0 ~ v2.8.0 | 1.16
v2.4.0 ~ v2.6.1 | 1.15
v2.0.2 ~ v2.3.2 | 1.10
Expand Down
12 changes: 12 additions & 0 deletions es/cell.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,18 @@ DeleteComment proporciona el método para eliminar comentarios en una hoja por h
err := f.DeleteComment("Hoja1", "A30")
```

## Agregar errores ignorados {#AddIgnoredErrors}

```go
func (f *File) AddIgnoredErrors(sheet, rangeRef string, ignoredErrorsType IgnoredErrorsType) error
```

AddIgnoredErrors proporciona el método para ignorar los errores de un rango de celdas. Por ejemplo: ignorar el error "número almacenado como texto" en `Hoja1` para el rango de celdas `D15 C18:D19`:

```go
err := f.AddIgnoredErrors("Hoja1", "D15 C18:D19", excelize.IgnoredErrorsNumberStoredAsText)
```

## Establecer fórmula de celda {#SetCellFormula}

```go
Expand Down
4 changes: 2 additions & 2 deletions fr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<p align="center"><img width="650" src="../images/excelize.svg" alt="Excelize logo"></p>

Excelize est une bibliothèque écrite en pure Go fournissant un ensemble de fonctions qui vous permettent d'écrire et de lire à partir de fichiers XLAM / XLSM / XLSX / XLTM / XLTX. Prend en charge la lecture et l'écriture de feuilles de calcul générées par Microsoft Excel&trade; 2007 et versions ultérieures. Prend en charge les composants complexes par une compatibilité élevée et fournit une API de streaming pour générer ou lire des données à partir d'une feuille de calcul contenant d'énormes quantités de données. Cette bibliothèque a besoin de Go version 1.18 ou ultérieure.
Excelize est une bibliothèque écrite en pure Go fournissant un ensemble de fonctions qui vous permettent d'écrire et de lire à partir de fichiers XLAM / XLSM / XLSX / XLTM / XLTX. Prend en charge la lecture et l'écriture de feuilles de calcul générées par Microsoft Excel&trade; 2007 et versions ultérieures. Prend en charge les composants complexes par une compatibilité élevée et fournit une API de streaming pour générer ou lire des données à partir d'une feuille de calcul contenant d'énormes quantités de données. Cette bibliothèque a besoin de Go version 1.20 ou ultérieure.

- Code source: [github.com/xuri/excelize](https://github.com/xuri/excelize)
- Problème: [github.com/xuri/excelize/issues](https://github.com/xuri/excelize/issues)
- go.dev: [pkg.go.dev/github.com/xuri/excelize/v2](https://pkg.go.dev/github.com/xuri/excelize/v2)
- Licenses: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
- Dernière version: [v2.9.0](https://github.com/xuri/excelize/releases/latest)
- Heure de mise à jour du document: 27 octobre 2024
- Heure de mise à jour du document: 14 janvier 2025

## Mission du projet

Expand Down
1 change: 1 addition & 0 deletions fr/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
* [Ajouter un commentaire](cell.md#AddComment)
* [Obtenir un commentaire](cell.md#GetComments)
* [Supprimer le commentaire](cell.md#DeleteComment)
* [Ajouter les erreurs ignorées](cell.md#AddIgnoredErrors)
* [Formule de définition de cellule](cell.md#SetCellFormula)
* [Obtenir la formule cellulaire](cell.md#GetCellFormula)
* [Calculer la valeur de la cellule](cell.md#CalcCellValue)
Expand Down
3 changes: 2 additions & 1 deletion fr/base/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Le tableau suivant indique les exigences minimales du langage Go avec chaque ver

Version Excelize | Configuration minimale requise pour la version de la langue Go
---|---
v2.8.1 | 1.18
master | 1.20
v2.8.1 ~ v2.9.0 | 1.18
v2.7.0 ~ v2.8.0 | 1.16
v2.4.0 ~ v2.6.1 | 1.15
v2.0.2 ~ v2.3.2 | 1.10
Expand Down
12 changes: 12 additions & 0 deletions fr/cell.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,18 @@ DeleteComment fournit la méthode pour supprimer un commentaire dans une feuille
err := f.DeleteComment("Feuil1", "A30")
```
## Ajouter les erreurs ignorées {#AddIgnoredErrors}
```go
func (f *File) AddIgnoredErrors(sheet, rangeRef string, ignoredErrorsType IgnoredErrorsType) error
```
AddIgnoredErrors fournit la méthode permettant d'ignorer l'erreur pour une plage de cellules. Par exemple: ignorer l'erreur "nombre stocké sous forme de texte" sur `Feuille1` pour la plage de cellules `D15 C18:D19`:

```go
err := f.AddIgnoredErrors("Feuille1", "D15 C18:D19", excelize.IgnoredErrorsNumberStoredAsText)
```

## Formule de définition de cellule {#SetCellFormula}

```go
Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,8 @@
<li><a href="https://github.com/xuri/excelize/graphs/contributors">Developers</a></li>
<li><a href="https://github.com/xuri/excelize/issues/new/choose">Report a Bug</a></li>
<li><a href="https://github.com/xuri/excelize">Github Project</a></li>
<li><a href="https://github.com/xuri/excelize-py">Excelize for Python</a></li>
<li><a href="https://github.com/xuri/excelize-wasm">Excelize for JavaScript</a></li>
</ul>
</li>
</ul>
Expand All @@ -1116,7 +1118,7 @@ <h1 style="text-align:center">
<p style="text-align:center">
<a class="cta cta-download" href="https://github.com/xuri/excelize">
<img alt="" height="36" src="images/ico-download-btn.svg" style="float:left" width="36"><strong>Release</strong><br>
<span id="download-version-info">v <span id="download-version-number">2.9.0</span> <em id="download-version-requirements">Go 1.18 or Higher</em></span></a> <a
<span id="download-version-info">v <span id="download-version-number">2.9.0</span> <em id="download-version-requirements">Go 1.20 or Higher</em></span></a> <a
class="cta cta-donate" href="https://github.com/xuri/excelize/wiki/One-time-Donations">
<img alt="" height="36" src="images/ico-donate-btn.svg" style="float:left" width="36"><strong>Donate</strong><br>
Support Development </a>
Expand Down Expand Up @@ -1238,7 +1240,7 @@ <h3><img alt="Get Started" height="108" src="images/illu-docs.svg" style="float:
<div class="embed_home_footer_requirements">
<div class="embed_home_footer_requirements_inner">
<h4>Requirements</h4>
<p>Go 1.18 or higher.</p>
<p>Go 1.20 or higher.</p>
</div>
</div>
<div class="embed_home_footer_support">
Expand Down
4 changes: 2 additions & 2 deletions it/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<p align="center"><img width="650" src="../images/excelize.svg" alt="Logo Excelize"></p>

Excelize è una libreria scritta in puro Go che fornisce una serie di funzioni che consentono di scrivere e leggere da file XLAM / XLSM / XLSX / XLTM / XLTX. Supporta la lettura e la scrittura di documenti di fogli di calcolo generati da Microsoft Excel™ 2007 e versioni successive. Supporta componenti complessi grazie all'elevata compatibilità e fornisce API di streaming per generare o leggere dati da un foglio di lavoro con enormi quantità di dati. Questa libreria richiede Go versione 1.18 o successiva.
Excelize è una libreria scritta in puro Go che fornisce una serie di funzioni che consentono di scrivere e leggere da file XLAM / XLSM / XLSX / XLTM / XLTX. Supporta la lettura e la scrittura di documenti di fogli di calcolo generati da Microsoft Excel™ 2007 e versioni successive. Supporta componenti complessi grazie all'elevata compatibilità e fornisce API di streaming per generare o leggere dati da un foglio di lavoro con enormi quantità di dati. Questa libreria richiede Go versione 1.20 o successiva.

- Codice sorgente: [github.com/xuri/excelize](https://github.com/xuri/excelize)
- Problema: [github.com/xuri/excelize/issues](https://github.com/xuri/excelize/issues)
- go.dev: [pkg.go.dev/github.com/xuri/excelize/v2](https://pkg.go.dev/github.com/xuri/excelize/v2)
- Licenze: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
- Ultima versione: [v2.9.0](https://github.com/xuri/excelize/releases/latest)
- Orario aggiornamento documento: ottobre 27, 2024
- Orario aggiornamento documento: gennaio 14, 2025

## Missione del progetto

Expand Down
1 change: 1 addition & 0 deletions it/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
* [Aggiungi un commento](cell.md#AddComment)
* [Ottieni commento](cell.md#GetComments)
* [Elimina commento](cell.md#DeleteComment)
* [Aggiungi errori ignorati](cell.md#AddIgnoredErrors)
* [Imposta la formula della cella](cell.md#SetCellFormula)
* [Ottieni la formula cellulare](cell.md#GetCellFormula)
* [Calcola il valore della cella](cell.md#CalcCellValue)
Expand Down
Loading

0 comments on commit ab89afe

Please sign in to comment.