-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the Italian version docs for the v2.0.0 release notes
- Loading branch information
Showing
2 changed files
with
109 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
# Excelize v2.0.0 | ||
|
||
* Rilasciato questo il: Maggio 2, 2019 | ||
* Rilascio di GitHub: [https://github.com/xuri/excelize/releases/tag/v2.0.0](https://github.com/xuri/excelize/releases/tag/v2.0.0) | ||
|
||
## Note di rilascio | ||
|
||
Le modifiche più importanti in questa versione sono: | ||
|
||
### Cambiamento dirompente | ||
|
||
La seguente tabella elenca le modifiche alle funzioni per la v2.0.0 rispetto alla v1.4.1: | ||
|
||
|Funzione|Aggiungi `error` return|Cambia numero di riga<sup>\*</sup>|Eliminare|Nuova aggiunta| | ||
|---|---|---|---|---| | ||
|ToAlphaString|×|×|√|×| | ||
|TitleToNumber|×|×|√|×| | ||
|SplitCellName|×|×|×|√| | ||
|JoinCellName|×|×|×|√| | ||
|ColumnNameToNumber|×|×|×|√| | ||
|ColumnNumberToName|×|×|×|√| | ||
|CellNameToCoordinates|×|×|×|√| | ||
|CoordinatesToCellName|×|×|×|√| | ||
|SetCellFloat|×|×|×|√| | ||
|SetCellStyle|√|×|×|×| | ||
|InsertCol|√|×|×|×| | ||
|RemoveCol|√|×|×|×| | ||
|RemoveRow|√|√|×|×| | ||
|InsertRow|√|√|×|×| | ||
|DuplicateRow|√|×|×|×| | ||
|DuplicateRowTo|√|×|×|×| | ||
|SetRowHeight|√|×|×|×| | ||
|GetRowHeight|√|×|×|×| | ||
|GetCellValue|√|×|×|×| | ||
|GetCellFormula|√|×|×|×| | ||
|GetCellHyperLink|√|×|×|×| | ||
|SetCellHyperLink|√|×|×|×| | ||
|SetCellInt|√|×|×|×| | ||
|SetCellBool|√|×|×|×| | ||
|SetCellStr|√|×|×|×| | ||
|SetCellDefault|√|×|×|×| | ||
|GetCellStyle|√|×|×|×| | ||
|SetCellValue|√|×|×|×| | ||
|MergeCell|√|×|×|×| | ||
|SetSheetRow|√|×|×|×| | ||
|SetRowVisible|√|√|×|×| | ||
|GetRowVisible|√|√|×|×| | ||
|SetRowOutlineLevel|√|√|×|×| | ||
|GetRowOutlineLevel|√|√|×|×| | ||
|GetRows|√|×|×|×| | ||
|Columns|√|×|×|×| | ||
|SearchSheet|√|×|×|×| | ||
|GetPicture|√|×|×|×| | ||
|GetColVisible|√|×|×|×| | ||
|SetColVisible|√|×|×|×| | ||
|GetColOutlineLevel|√|×|×|×| | ||
|SetColOutlineLevel|√|×|×|×| | ||
|SetColWidth|√|×|×|×| | ||
|GetColWidth|√|×|×|×| | ||
|GetMergeCells|√|×|×|×| | ||
|ProtectSheet|√|×|×|×| | ||
|UnprotectSheet|√|×|×|×| | ||
|UpdateLinkedValue|√|×|×|×| | ||
|SetSheetVisible|√|×|×|×| | ||
|adjustHelper|√|×|×|×| | ||
|adjustMergeCells|√|×|×|×| | ||
|adjustAutoFilter|√|×|×|×| | ||
|prepareCell|√|×|×|×| | ||
|setDefaultTimeStyle|√|×|×|×| | ||
|timeToExcelTime|√|×|×|×| | ||
|addDrawingChart|√|×|×|×| | ||
|addDrawingVML|√|×|×|×| | ||
|addDrawingPicture|√|×|×|×| | ||
|getTotalRowsCols|√|×|×|×| | ||
|checkRow|√|×|×|×| | ||
|addDrawingShape|√|×|×|×| | ||
|addTable|√|×|×|×| | ||
|workSheetReader|√|×|×|×| | ||
|copySheet|√|×|×|×| | ||
|
||
\* Dalla versione 2.0.0 tutti i metodi di manipolazione delle righe utilizzano la numerazione delle righe di Excel che inizia con `1` anziché la numerazione in base zero che veniva utilizzata in alcuni metodi nelle versioni precedenti, problema correlato [#349](https://github.com/xuri/excelize/issues/349). | ||
|
||
### Caratteristiche notevoli | ||
|
||
* È stata aggiunta la nuova funzione `DuplicateRowTo` per duplicare la riga nella posizione della riga specificata | ||
* La funzione `SetPageLayout` ora supporta l'impostazione dell'orientamento della pagina, problema correlato [#318](https://github.com/xuri/excelize/issues/318) | ||
* La funzione `SetPageLayout` ora supporta l'impostazione delle dimensioni della pagina | ||
|
||
### Correzioni di bug | ||
|
||
* Risolvi il problema che crea un riempimento vuoto se non viene specificato alcun riempimento nel formato di stile | ||
* Risolvi il problema relativo alla scomparsa dei caratteri della formula superiori a `255` nell'elenco di convalida dei dati nel foglio Excel, problema correlato [#339](https://github.com/xuri/excelize/issues/339) | ||
* Risolvi il problema del file del foglio di calcolo danneggiato dopo aver eliminato la formula della cella, problema correlato [#346](https://github.com/xuri/excelize/issues/346) | ||
* Risolve il problema per cui in alcuni casi `GetComment` restituisce una mappatura errata tra fogli di lavoro e commenti, problema correlato [#345](https://github.com/xuri/excelize/issues/345) | ||
* Risolvi il problema [#346](https://github.com/xuri/excelize/issues/346), risolvere il problema del file del foglio di calcolo danneggiato dopo aver eliminato la formula della cella | ||
* Risolvi il problema [#377](https://github.com/xuri/excelize/issues/377), evitare colonne vuote nel risultato "GetRows". | ||
|
||
### Prestazione | ||
|
||
* Ottimizzazione delle prestazioni, aggiunta più rapida di commenti, problema correlato [#347](https://github.com/xuri/excelize/issues/347), aggiunta più rapida di immagini, grafici e forme, problema correlato [#274](https://github.com/xuri/excelize/issues/274) | ||
* L'aggiunta della stessa immagine dovrebbe creare un disegno che fa riferimento alla copia già memorizzata dell'immagine, problema correlato [#359](https://github.com/xuri/excelize/issues/359) | ||
|
||
<img src="https://user-images.githubusercontent.com/2809468/56576273-7e7f1d80-65fa-11e9-8b47-7b171c5e67e3.png" width="600" alt="Excelize v1.4.1 VS v2.0.0"> | ||
|
||
### Varie | ||
|
||
* Errore di battitura corretto e Godoc aggiornato | ||
* Test nuovamente rafforzati, go1.12 aggiunto alla matrice dei test |