Skip to content

Commit

Permalink
Docs for new exported error variable ErrPivotTableClassicLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
xuri committed Oct 3, 2024
1 parent b64af08 commit 9536aae
Show file tree
Hide file tree
Showing 24 changed files with 36 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Excelize هي مكتبة مكتوبة في الذهاب نقية توفير مج
- 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.8.1](https://github.com/xuri/excelize/releases/latest)
- وقت تحديث المستند: سبتمبر 26, 2024
- وقت تحديث المستند: اكتوبر 3, 2024

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

Expand Down
2 changes: 2 additions & 0 deletions ar/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ var (
ErrParameterRequired = errors.New("parameter is required")
// حدد ErrPasswordLengthInvalid رسالة الخطأ بطول كلمة المرور غير الصالحة.
ErrPasswordLengthInvalid = errors.New("password length invalid")
// قام ErrPivotTableClassicLayout بتعريف رسالة الخطأ عند تمكين ClassicLayout و CompactData في نفس الوقت
ErrPivotTableClassicLayout = errors.New("cannot enable ClassicLayout and CompactData in the same time")
// حدد ErrSave رسالة الخطأ لحفظ الملف.
ErrSave = errors.New("no path defined for file, consider File.WriteTo or File.Write")
// حدد ErrSheetIdx رسالة الخطأ عند تلقي فهرس ورقة العمل غير صالح.
Expand Down
2 changes: 1 addition & 1 deletion de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Excelize ist eine Bibliothek, die in reinem Go geschrieben wurde und eine Reihe
- 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.8.1](https://github.com/xuri/excelize/releases/latest)
- Dokument Aktualisierungszeit: September 26, 2024
- Dokument Aktualisierungszeit: Oktober 3, 2024

## Project mission

Expand Down
2 changes: 2 additions & 0 deletions de/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ var (
ErrParameterRequired = errors.New("parameter is required")
// ErrPasswordLengthInvalid definiert die Fehlermeldung bei ungültiger Passwortlänge.
ErrPasswordLengthInvalid = errors.New("password length invalid")
// ErrPivotTableClassicLayout definierte die Fehlermeldung beim gleichzeitigen Aktivieren von ClassicLayout und CompactData.
ErrPivotTableClassicLayout = errors.New("cannot enable ClassicLayout and CompactData in the same time")
// ErrSave definiert die Fehlermeldung zum Speichern der Datei.
ErrSave = errors.New("no path defined for file, consider File.WriteTo or File.Write")
// ErrSheetIdx hat die Fehlermeldung beim Empfang des ungültigen Arbeitsblattindex definiert.
Expand Down
2 changes: 1 addition & 1 deletion en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Excelize is a library written in pure Go providing a set of functions that allow
- 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.8.1](https://github.com/xuri/excelize/releases/latest)
- Document update time: September 26, 2024
- Document update time: October 3, 2024

## Project mission

Expand Down
2 changes: 2 additions & 0 deletions en/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ var (
ErrParameterRequired = errors.New("parameter is required")
// ErrPasswordLengthInvalid defined the error message on invalid password length.
ErrPasswordLengthInvalid = errors.New("password length invalid")
// ErrPivotTableClassicLayout defined the error message on enable ClassicLayout and CompactData in the same time
ErrPivotTableClassicLayout = errors.New("cannot enable ClassicLayout and CompactData in the same time")
// ErrSave defined the error message for saving file.
ErrSave = errors.New("no path defined for file, consider File.WriteTo or File.Write")
// ErrSheetIdx defined the error message on receive the invalid worksheet index.
Expand Down
2 changes: 1 addition & 1 deletion es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Excelize es una biblioteca escrita en Go puro que proporciona un conjunto de fun
- 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.8.1](https://github.com/xuri/excelize/releases/latest)
- Tiempo de actualización del documento: septiembre 26, 2024
- Tiempo de actualización del documento: octubre 3, 2024

## Misión del proyecto

Expand Down
2 changes: 2 additions & 0 deletions es/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ var (
ErrParameterRequired = errors.New("parameter is required")
// ErrPasswordLengthInvalid definió el mensaje de error sobre la longitud de la contraseña no válida.
ErrPasswordLengthInvalid = errors.New("password length invalid")
// ErrPivotTableClassicLayout definió el mensaje de error al habilitar ClassicLayout y CompactData al mismo tiempo.
ErrPivotTableClassicLayout = errors.New("cannot enable ClassicLayout and CompactData in the same time")
// ErrSave definió el mensaje de error para guardar el archivo.
ErrSave = errors.New("no path defined for file, consider File.WriteTo or File.Write")
// ErrSheetIdx definió el mensaje de error al recibir el índice de hoja de trabajo no válido.
Expand Down
2 changes: 1 addition & 1 deletion fr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Excelize est une bibliothèque écrite en pure Go fournissant un ensemble de fon
- 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.8.1](https://github.com/xuri/excelize/releases/latest)
- Heure de mise à jour du document: 26 septembre 2024
- Heure de mise à jour du document: 3 octobre 2024

## Mission du projet

Expand Down
2 changes: 2 additions & 0 deletions fr/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ var (
ErrParameterRequired = errors.New("parameter is required")
// ErrPasswordLengthInvalid a défini le message d'erreur sur la longueur du mot de passe non valide.
ErrPasswordLengthInvalid = errors.New("password length invalid")
// ErrPivotTableClassicLayout a défini le message d'erreur lors de l'activation simultanée de ClassicLayout et CompactData.
ErrPivotTableClassicLayout = errors.New("cannot enable ClassicLayout and CompactData in the same time")
// ErrSave a défini le message d'erreur pour l'enregistrement du fichier.
ErrSave = errors.New("no path defined for file, consider File.WriteTo or File.Write")
// ErrSheetIdx a défini le message d'erreur lors de la réception de l'index de feuille de calcul non valide.
Expand Down
2 changes: 1 addition & 1 deletion it/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Excelize è una libreria scritta in puro Go che fornisce una serie di funzioni c
- 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.8.1](https://github.com/xuri/excelize/releases/latest)
- Orario aggiornamento documento: settembre 26, 2024
- Orario aggiornamento documento: ottobre 3, 2024

## Missione del progetto

Expand Down
2 changes: 2 additions & 0 deletions it/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ var (
ErrParameterRequired = errors.New("parameter is required")
// ErrPasswordLengthInvalid ha definito il messaggio di errore sulla lunghezza della password non valida.
ErrPasswordLengthInvalid = errors.New("password length invalid")
// ErrPivotTableClassicLayout ha definito il messaggio di errore quando si abilitano ClassicLayout e CompactData contemporaneamente.
ErrPivotTableClassicLayout = errors.New("cannot enable ClassicLayout and CompactData in the same time")
// ErrSave ha definito il messaggio di errore per il salvataggio del file.
ErrSave = errors.New("no path defined for file, consider File.WriteTo or File.Write")
// ErrSheetIdx ha definito il messaggio di errore alla ricezione dell'indice del foglio di lavoro non valido.
Expand Down
2 changes: 1 addition & 1 deletion ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Excelize は、純粋な Go で記述されたライブラリで、XLAM / XLSM /
- 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.8.1](https://github.com/xuri/excelize/releases/latest)
- ドキュメントの更新:2024年9月26日
- ドキュメントの更新:2024年10月3日

## プロジェクトミッション

Expand Down
2 changes: 2 additions & 0 deletions ja/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ var (
ErrParameterRequired = errors.New("parameter is required")
// ErrPasswordLengthInvalid は、無効なパスワードの長さに関するエラーメッセージを定義しました
ErrPasswordLengthInvalid = errors.New("password length invalid")
// ErrPivotTableClassicLayout は、ClassicLayout と CompactData を同時に有効にした場合のエラーメッセージを定義しました
ErrPivotTableClassicLayout = errors.New("cannot enable ClassicLayout and CompactData in the same time")
// ErrSave は、ファイルを保存するためのエラーメッセージを定義しました
ErrSave = errors.New("no path defined for file, consider File.WriteTo or File.Write")
// ErrSheetIdx は、無効なワークシートインデックスを受信したときのエラーメッセージを定義しました
Expand Down
2 changes: 1 addition & 1 deletion ko/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Excelize 는 순수 Go로 작성된 라이브러리로 XLAM / XLSM / XLSX / XLTM
- 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.8.1](https://github.com/xuri/excelize/releases/latest)
- 문서 업데이트 시간: 2024 년 926
- 문서 업데이트 시간: 2024 년 103

## 프로젝트 미션

Expand Down
2 changes: 2 additions & 0 deletions ko/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ var (
ErrParameterRequired = errors.New("parameter is required")
// ErrPasswordLengthInvalid 가 잘못된 암호 길이에 대한 오류 메시지를 정의했습니다
ErrPasswordLengthInvalid = errors.New("password length invalid")
// ErrPivotTableClassicLayout 은 ClassicLayout 과 CompactData 를 동시에 활성화할 때 오류 메시지를 정의했습니다
ErrPivotTableClassicLayout = errors.New("cannot enable ClassicLayout and CompactData in the same time")
// ErrSave 는 파일 저장에 대한 오류 메시지를 정의했습니다
ErrSave = errors.New("no path defined for file, consider File.WriteTo or File.Write")
// ErrSheetIdx 는 잘못된 워크시트 인덱스를 수신할 때 오류 메시지를 정의했습니다
Expand Down
2 changes: 1 addition & 1 deletion pt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Excelize é uma biblioteca escrita em Go puro que fornece um conjunto de funçõ
- go.dev: [pkg.go.dev/github.com/xuri/excelize/v2](https://pkg.go.dev/github.com/xuri/excelize/v2)
- Licenças: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
- Última versão: [v2.8.1](https://github.com/xuri/excelize/releases/latest)
- Hora de atualização do documento: setembro 26, 2024
- Hora de atualização do documento: outubro 3, 2024

## Missão do projeto

Expand Down
2 changes: 2 additions & 0 deletions pt/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ var (
ErrParameterRequired = errors.New("parameter is required")
// ErrPasswordLengthInvalid definiu a mensagem de erro sobre comprimento de senha inválido.
ErrPasswordLengthInvalid = errors.New("password length invalid")
// ErrPivotTableClassicLayout definiu a mensagem de erro ao ativar o ClassicLayout e o CompactData ao mesmo tempo.
ErrPivotTableClassicLayout = errors.New("cannot enable ClassicLayout and CompactData in the same time")
// ErrSave definiu a mensagem de erro para salvar o arquivo.
ErrSave = errors.New("no path defined for file, consider File.WriteTo or File.Write")
// ErrSheetIdx definiu a mensagem de erro ao receber o índice da planilha inválido.
Expand Down
2 changes: 1 addition & 1 deletion ru/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EXCELIZE - это библиотека, написанная на чистом G
- 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.8.1](https://github.com/xuri/excelize/releases/latest)
- Время обновления документа: 26 сентябрь 2024 г.
- Время обновления документа: 3 Октябрь 2024 г.

## Миссия проекта

Expand Down
2 changes: 2 additions & 0 deletions ru/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ var (
ErrParameterRequired = errors.New("parameter is required")
// ErrPasswordLengthInvalid определяет сообщение об ошибке при неверной длине пароля
ErrPasswordLengthInvalid = errors.New("password length invalid")
// ErrPivotTableClassicLayout определил сообщение об ошибке при одновременном включении ClassicLayout и CompactData
ErrPivotTableClassicLayout = errors.New("cannot enable ClassicLayout and CompactData in the same time")
// ErrSave определил сообщение об ошибке для сохранения файла
ErrSave = errors.New("no path defined for file, consider File.WriteTo or File.Write")
// ErrSheetIdx определил сообщение об ошибке при получении недопустимого индекса рабочего листа
Expand Down
2 changes: 1 addition & 1 deletion zh-hans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Excelize 是 Go 语言编写的用于操作 Office Excel 文档基础库,基
- 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.8.1](https://github.com/xuri/excelize/releases/latest)
- 文档更新: 2024年9月26日
- 文档更新: 2024年10月3日

## 项目使命

Expand Down
2 changes: 2 additions & 0 deletions zh-hans/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ var (
ErrParameterRequired = errors.New("parameter is required")
// ErrPasswordLengthInvalid 定义了密码长度超出限制时的错误提示信息
ErrPasswordLengthInvalid = errors.New("password length invalid")
// ErrPivotTableClassicLayout 定义了同时开启 ClassicLayout 与 CompactData 选项创建数据透视表时的错误提示信息
ErrPivotTableClassicLayout = errors.New("cannot enable ClassicLayout and CompactData in the same time")
// ErrSave 定义了保存工作簿时的错误提示信息
ErrSave = errors.New("no path defined for file, consider File.WriteTo or File.Write")
// ErrSheetIdx 定义了收到了无效工作表索引时的错误提示信息
Expand Down
2 changes: 1 addition & 1 deletion zh-tw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Excelize 是 Go 語言編寫的用於操作 Office Excel 檔案基礎庫,基
- 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.8.1](https://github.com/xuri/excelize/releases/latest)
- 檔案更新: 2024年9月26日
- 檔案更新: 2024年10月3日

## 專案使命

Expand Down
2 changes: 2 additions & 0 deletions zh-tw/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ var (
ErrParameterRequired = errors.New("parameter is required")
// ErrPasswordLengthInvalid 定義了密碼長度超出限制時的錯誤提示信息
ErrPasswordLengthInvalid = errors.New("password length invalid")
// ErrPivotTableClassicLayout 定義了同時開啓 ClassicLayout 與 CompactData 選項創建樞紐分析表時的錯誤提示信息
ErrPivotTableClassicLayout = errors.New("cannot enable ClassicLayout and CompactData in the same time")
// ErrSave 定義了保存活頁簿時的錯誤提示信息
ErrSave = errors.New("no path defined for file, consider File.WriteTo or File.Write")
// ErrSheetIdx 定義了收到了無效工作表索引時的錯誤提示信息
Expand Down

0 comments on commit 9536aae

Please sign in to comment.